react-disqus-thread icon indicating copy to clipboard operation
react-disqus-thread copied to clipboard

Crashes with TypeError: Cannot read property 'string' of undefined

Open pagesrichie opened this issue 6 years ago • 6 comments

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

pagesrichie avatar Jun 20 '18 00:06 pagesrichie

Anyone?

pagesrichie avatar Jul 20 '18 06:07 pagesrichie

Same here !

davidroman0O avatar Jul 20 '18 16:07 davidroman0O

Same here...

asamountain avatar Oct 01 '18 05:10 asamountain

Got the same error (using React 16)

janczizikow avatar Oct 13 '18 23:10 janczizikow

 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!?

asamountain avatar Oct 21 '18 04:10 asamountain

Same here

grfityhero avatar Mar 11 '20 11:03 grfityhero