We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to display disqus comments with react-disqus package, I get the error
CommentCount.js:125 Uncaught TypeError: Cannot read properties of undefined (reading 'string') at node_modules/disqus-react/lib/CommentCount.js
Steps to reproduce the behavior:
The app should display with disqus comments on the 'drag a star' page
prop-types is marked as an external dependencies in vite.config.ts (required by vite)
The text was updated successfully, but these errors were encountered:
+1 seeing this issue as well
<DiscussionEmbed shortname='jzzcoding' config={ ^ { url: this.props.article.url, identifier: this.props.article.id, title: this.props.article.title, language: 'en' } } />
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When trying to display disqus comments with react-disqus package, I get the error
CommentCount.js:125 Uncaught TypeError: Cannot read properties of undefined (reading 'string') at node_modules/disqus-react/lib/CommentCount.js
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app should display with disqus comments on the 'drag a star' page
Screenshots
Specifications:
Additional context
prop-types is marked as an external dependencies in vite.config.ts (required by vite)
The text was updated successfully, but these errors were encountered: