1. /** @type {import('next').NextConfig} */
  2. const nextConfig = {
  3. reactStrictMode: true,
  4. transpilePackages: [
  5. "@ant-design",
  6. "antd",
  7. "rc-util",
  8. "rc-pagination",
  9. "rc-picker",
  10. ],
  11. };
  12. export default nextConfig;

transpilePackages

[ “antd”, “@ant-design”, “rc-util”, “rc-pagination”, “rc-picker”, “rc-notification”, “rc-tooltip”, “rc-tree”, “rc-table” ]
https://github.com/ant-design/ant-design/issues/46053