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 using DiscussionEmbed in NextJS project i get error: Error: Super expression must either be null or a function
Insert code:
<DiscussionEmbed shortname="MY_SHORT_NAME" config={{ url: `MY_URL`, identifier: path, title, language: 'en_EN', }} />
should render discussion
n.
"next": "^13.5.6",
The text was updated successfully, but these errors were encountered:
Have you tried adding 'use client' at the top of the file that imports DiscussionEmbed?
'use client'
DiscussionEmbed
Sorry, something went wrong.
No branches or pull requests
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:
Expected behavior
should render discussion
Screenshots
n.
Specifications:
Additional context
The text was updated successfully, but these errors were encountered: