Table component breaks the project in NextJS

Simply trying to add a Table component (from default compoents) on to a page. It works finei n Plasmic Studio preview, but can not publish the project if any page has the table component on it. It also doesn’t work on dev environment when loading that page.

I’ve tested this on Next 13.4 and the latest of the 14 version. Also tested it with a fresh create-plasmic-app with no added code. Tested with yarn and npm. It always breaks the same way.

What are the reproduction steps?

  • Add a table component to a page
  • Go to that page in dev environment or try to publish the project


I feel like I’m missing something. But all the other comonents that we’ve been using work just fine.
Relevant links: