Catalin Scaesteanu

Results 1 comments of Catalin Scaesteanu

I had the same issue during an upgrade. I've solved the issue by using [the `transpiledModules` feature in `next.config.js`](https://nextjs.org/docs/app/api-reference/next-config-js/transpilePackages). These were the required changes for my project, all `antd` related:...