hidden-sapphireH
Refine13mo ago
4 replies
hidden-sapphire

Create new app with AntD gets some deprecation messages

After creating the app using the web refine.new with vite+restAPI+antd when installing and running start dev in the console I have this kind of messages:
hook.js:608 Warning: [antd: Drawer] `bodyStyle` is deprecated. Please use `styles.body` instead. Error Component Stack
    at Sider (<anonymous>)
    at div (<anonymous>)
    at Layout (<anonymous>)
    at div (<anonymous>)
    at ColorModeContextProvider (index.tsx:20:3)
    at App (<anonymous>)

I want to avoid this kind of messages and have a clean console without warnings
Was this page helpful?