react-disqus-thread
react-disqus-thread copied to clipboard
Crashes with TypeError: Cannot read property 'string' of undefined
Crashes with TypeError: Cannot read property 'string' of undefined upon import.
I'm using the meteor platform which is built on nodejs, I also ran it in standard nodejs project, same error
Anyone?
Same here !
Same here...
Got the same error (using React 16)
WebpackError: TypeError: Cannot read property 'string' of undefined
- DisqusThread.js:35 Module.<anonymous>
[lib]/[react-disqus-thread]/lib/components/DisqusThread.js:35:1
- bootstrap:19 __webpack_require__
lib/webpack/bootstrap:19:1
- main.js:3 Object../node_modules/react-disqus-thread/lib/main.js
[lib]/[react-disqus-thread]/lib/main.js:3:18
- bootstrap:19 __webpack_require__
lib/webpack/bootstrap:19:1
- blog-post.js:2 Module../src/templates/blog-post.js
lib/src/templates/blog-post.js:2:1
- bootstrap:19 __webpack_require__
lib/webpack/bootstrap:19:1
- sync-requires.js:7 Object../.cache/sync-requires.js
lib/.cache/sync-requires.js:7:59
- bootstrap:19 __webpack_require__
lib/webpack/bootstrap:19:1
- static-entry.js:9 Module../.cache/static-entry.js
lib/.cache/static-entry.js:9:22
- bootstrap:19 __webpack_require__
lib/webpack/bootstrap:19:1
- bootstrap:83
lib/webpack/bootstrap:83:1
- universalModuleDefinition:3 webpackUniversalModuleDefinition
lib/webpack/universalModuleDefinition:3:1
- universalModuleDefinition:10 Object.<anonymous>
lib/webpack/universalModuleDefinition:10:2
- static-entry.js:55 Module._compile
lib/.cache/static-entry.js:55:47
package.json
"react": "^15.0.1",
"react-disqus-thread": "^0.4.0",
"react-dom": "^15.0.1",
Who can be a superhero for us!?
Same here