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:
- Go to https://stackblitz.com/~/github.com/frederic-lang/awesome-konva-react-demos . error is shown on the 'disqus' branch
- See the app is not displayed
Expected behavior
The app should display with disqus comments on the 'drag a star' page
Screenshots

Specifications:
- OS: ubuntu
- Package version: "disqus-react": "^1.1.5",
- Node version: v21.1.0
Additional context
prop-types is marked as an external dependencies in vite.config.ts (required by vite)
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.jsTo 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)