Urgent Need help with production build
Hello, everyone!
I have a nx monorepo with next.js app and some react libs. I am using react-table v8 in my app. it's working fine in development but in production it is giving this error. I am sure it's due to react-table. Can anyone please help with this.
next.js version 13.0.0
@tanstack/react-table version 8.7.4

2 Replies
optimistic-gold•3y ago
having a similar error
@RudeKiNG set swcMinify: false in next config
exotic-emeraldOP•3y ago
It worked!!!!!! Awesome! Thanks a ton for quick response, you saved days of debugging for us. I should probably add an issue on github