Not Working After Build #4602
-
I'm using the latest version of Next.js with the latest version of TanStack/table. Everything works fine when running the app in development via I'm only following the instructions on the docs on how to make a controlled pagination. Are there any compatibility issues with Next and TanStack/table? Or even the Node version? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
@kecoliva I had the same error! After setting "swcMinify" to false in in next.config.js file it all worked again! Not sure why swcMinify is breaking the table all of a sudden. 🤷♂️ |
Beta Was this translation helpful? Give feedback.
-
What versions of Next and Table are you using? Did this happen after package upgrades? |
Beta Was this translation helpful? Give feedback.
-
Having the same problem in |
Beta Was this translation helpful? Give feedback.
-
I had this problem on |
Beta Was this translation helpful? Give feedback.
Having the same problem in
next
13.0.x but only after we upgraded toreact-table
8.7.3. It works fine on 8.7.0