Hi,
I'm trying to use regular-table in a React application built with Next.js. After running npm install regular-table
and attempting to use the library, I get the following error:

It seems like regular-table is being executed in a server-side context where HTMLElement is not available.
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!
Hi,
I'm trying to use regular-table in a React application built with Next.js. After running
npm install regular-tableand attempting to use the library, I get the following error:
It seems like
regular-tableis being executed in a server-side context where HTMLElement is not available.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!