Search code examples
antd

antD configProvider not recognizing theme prop


I have followed the documentation from antD for setting the custom theme using ConfigProvider. https://ant.design/docs/react/customize-theme.

However, in implementation the theme prop is not recognized. This is the error

I updated the pankod/refine-antd package but still not recognized. Any solutions?


Solution

  • Turns out new version of @pankod/refine-antd has just been created. Update to version 4.7.0 and issue is resolved.