import Form from '@rjsf/antd';
Error '@rjsf/antd' does not contain a default export (imported as 'Form').


Does import * as Form work instead?
__Prerequisites__
antd >= 4.0.0
@ant-design/icons >= 4.0.0
dayjs >= 1.8.0
@rjsf/core >= 2.0.0
npm install antd @ant-design/icons dayjs @rjsf/core
__Installation__
npm install @rjsf/antd
Also do
import { withTheme } from '@rjsf/core';
import { Theme as AntDTheme } from '@rjsf/antd';
import 'antd/dist/antd.css';
const Form = withTheme(AntDTheme);
me too,it`s a bug
Same
same
Same
same issue
same
Does someone want to contribute a PR to fix it? 😉
same
Most helpful comment
Also do