// >>>
import type {
JsonGroup,
Config,
ImmutableTree,
BuilderProps,
Fields,
} from '@react-awesome-query-builder/antd';
import {
Query,
Builder,
Utils as QbUtils,
AntdConfig,
} from '@react-awesome-query-builder/antd';
import 'antd/dist/antd.css'; // only for v4
import '@react-awesome-query-builder/antd/css/styles.css';
// <<<
But it doesn't work, the old design is always there.
I like the new design style in demo by unchecking "use old design" (https://ukrbublik.github.io/react-awesome-query-builder/)。 But I have no idea how to apply new design in my project. I have added following suggested code:
But it doesn't work, the old design is always there.
My project env: