-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashes with TypeError: Cannot read property 'string' of undefined #39
Comments
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
Who can be a superhero for us!? |
Same here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: