hyperHTML: TypeError undefined is not an object
I’m not sure what to make of this, since I can’t replicate it on any device.
We use Bugsnag to report javascript errors on our site, and it’s been reporting a TypeError here on L787
It seems to be happening in both Chrome & Safari, desktop & mobile.
Here’s the raw error:
TypeError undefined is not an object (evaluating 'e[t[n++]][t[n]]')
webpack:///node_modules/hyperhtml/hyperhtml.js:793
webpack:///node_modules/hyperhtml/hyperhtml.js:883 createUpdates
webpack:///node_modules/hyperhtml/hyperhtml.js:931 upgrade
webpack:///node_modules/hyperhtml/hyperhtml.js:20 hyperHTML
e[t[n++]][t[n]]
is parentNode[path[i++]][path[i]]
minified.
Not sure what to do here as I can’t replicate this, just wondering if you had any thoughts.
Thanks!
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15 (7 by maintainers)
Commits related to this issue
- fix for #69 and older WebKit browsers — committed to WebReflection/hyperHTML by WebReflection 7 years ago
the current
0.15.6
should work on iOS 8 too