ant-design / nextjs-registry

Style registry of Ant Design for Nextjs
17 stars 5 forks source link

Update and make it compatible with new NextJs version 15 #11

Open rftglyv opened 2 weeks ago

rftglyv commented 2 weeks ago

npm ERR! Could not resolve dependency: npm ERR! peer next@"^14.0.0" from @ant-design/nextjs-registry@1.0.1 npm ERR! node_modules/@ant-design/nextjs-registry npm ERR! @ant-design/nextjs-registry@"^1.0.1" from the root project

nunolemosdc commented 2 weeks ago

☝️

ahmad-punch commented 2 weeks ago

Need this update as even if you use legacy peer dep flag to bypass and install, it still fails in the runtime. There are so many errors I'm facing. It's starting to look that I should move away from AntD for Nextjs 15.

vitalijalbu commented 1 week ago

Need this update as even if you use legacy peer dep flag to bypass and install, it still fails in the runtime. There are so many errors I'm facing. It's starting to look that I should move away from AntD for Nextjs 15.

Ok thanks, do you have any idea on how much time it will require?

selectDele commented 1 day ago

请问什么时候能够兼容Nextjs15?