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

A React component for Disqus

Results 23 disqus-react issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.6.13 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

### Is your feature request related to a problem? Please add below language to disqus project https://www.transifex.com/disqus/public/ Language name: Sinhala Native name: සිංහල Code: si ### Additional context It was...

### Describe the bug Got a bunch of error when using disquss with especially it was blocked by CORS. please see the image ### Screenshots ![image](https://user-images.githubusercontent.com/77242429/165473113-32f2e7f5-426e-46b2-9b35-c1269fb40079.png) ### Specifications: - OS:...

On my page, I render a list of posts with a "SHOW COMMENTS" button that reveals the `DiscussionEmbed` element: ``` const postObjects = posts.map((p,index)=>{ return ( { showComments(p.filename); }} >...

question

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

### Describe the bug When using DiscussionEmbed in NextJS project i get error: Error: Super expression must either be null or a function ### To Reproduce Insert code: ``` ```...

Hello, I'm currently developing a project using Next.js and encountered an issue with parsing colors in the OKLCH format. The exact error message I received is: ``` Uncaught Error: parseColor...

### 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` ###...

I am using tailwind `dark:` class and `"next-themes": "^0.2.1"` to enable dark mode for my components. However, it does not work for Disqus Component. I have tried applying the dark...

### Describe the bug ```typescript // https://github.com/disqus/disqus-react/blob/master/src/DiscussionEmbed.jsx#L81 getDisqusConfig(config) { return function () { ... this.page.remote_auth_s3 = config.remoteAuthS3; this.page.api_key = config.apiKey; ... }; } ``` In `DiscussionEmbed` components, it use `remoteAuthS3`...