-
-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
antd date picker style doesn't load when installing antd v5.14.2 #1032
Comments
Please update to the latest version (6.5.1) |
Yes, I tried yesterday, I updated the awesome-query-builder to version 6.5.1 and antd to version 5.17.2 still see the same issue. It seems the old version that is working has these classes "ant-picker-dropdown css-dev-only-do-not-override-wv73e9 ant-picker-dropdown-range ant-picker-dropdown-placement-bottomRight" but the newer version has "ant-picker-dropdown ant-slide-up-appear ant-slide-up-appear-active ant-slide-up ant-picker-dropdown-range ant-picker-dropdown-placement-bottomRight" when I change the awesome query builder to UI one it's working fine but for the antd skin it's not working |
Could you post a minimal reproduction sample, please? |
for query-builder: import { const skinToConfig: Record<string, Config> = { export default (skin: string, initialFields) => { index.tsx export default function QueryBuilder({ const [loadedConfig, setLoadedConfig] = useState( ... |
Created a sandbox with sample for antd, and sadly I can't reproduce your issue.: Could you please create a similar sandbox with your minimal code that can help me to reproduce the issue with date pickers? |
Describe the bug
When I upgrade the antd library to v5.14.2 and use the version 6.4.2 of awesome-query-builder, the date range picker doesn't load the datapicker style correctly on both query builder date and the other pages. When I remove the @react-awesome-query-builder/antd and just install @react-awesome-query-builder/ui it works correclty.
the
Screenshots
Update
It's working well with version 5.13.3 but not working with version 5.14.*
Probably because of the changes for datepicker in https://ant.design/changelog
The text was updated successfully, but these errors were encountered: