We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747243f commit 431f291Copy full SHA for 431f291
packages/hover-vanilla/src/index.js
@@ -27,7 +27,7 @@ function parseJSON (value) {
27
}
28
29
30
-function parseObject (obj) {function parseObject (obj) {
+function parseObject (obj) {
31
return Object.keys(obj).reduce(function (acc, key) {
32
acc[key] = parseJSON(obj[key])
33
return acc
0 commit comments