rekit / antd-form-builder

Dynamic meta driven React forms based on antd.
https://rekit.github.io/antd-form-builder
MIT License
425 stars 88 forks source link

antd 5 compatability #150

Open shawnim opened 1 year ago

shawnim commented 1 year ago

Is there a way to get antd-form-builder to work with antd v5? I get the following error: Found: @ant-design/compatible@5.1.1 npm ERR! node_modules/@ant-design/compatible npm ERR! @ant-design/compatible@"^5.1.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @ant-design/compatible@"^1.0.1" from antd-form-builder@2.1.4 npm ERR! node_modules/antd-form-builder npm ERR! antd-form-builder@"^2.1.4" from the root project

pajaymodani commented 1 year ago

Hey any update on this upgrade?