Open cibulka opened 6 years ago
me too error message:
Uncaught TypeError: Cannot read property 'style' of undefined at Function../node_modules/fastclick/lib/fastclick.js.FastClick.notNeeded (fastclick.js:792) at new FastClick (fastclick.js:105) at Function../node_modules/fastclick/lib/fastclick.js.FastClick.attach (fastclick.js:825) at Module../app/index.js (index.js:20) at __webpack_require__ (bootstrap:772) at fn (bootstrap:130) at Module../.ream/entry.js (entry.js:2) at __webpack_require__ (bootstrap:772) at fn (bootstrap:130) at Module../.ream/create-app.js (bootstrap:945)
When Google Chrome's developer tools emulate anything running on iOS (iPhone 5 and up, iPads), this error appears on console:
Any other environment - such as desktop browsers, Android emulators, etc. - runs without error.
I'm using
fastclick
with Browserify:Maybe it is connected to this in some way? https://github.com/ftlabs/fastclick/issues/514
Thanks in advance!