|
Hi, I'm trying to use regular-table in a React application built with Next.js. After running It seems like Could you provide guidance on how to properly use regular-table with Next.js? Are there any recommended workarounds or configurations to ensure compatibility? Thanks in advance! |
Answered by
texodus
Feb 14, 2025
Replies: 2 comments
|
Please use Discussions to ask questions, don't open an Issue. This is a question for the Next.js project developers (not this project), but offhand you cannot use a Browser JavaScript component in a JavaScript server, which it looks like from the error you're trying to do. |
0 replies
Answer selected by
yasmanets
|
Ok thanks |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Please use Discussions to ask questions, don't open an Issue.
This is a question for the Next.js project developers (not this project), but offhand you cannot use a Browser JavaScript component in a JavaScript server, which it looks like from the error you're trying to do.