d3george / slash-admin

A modern react admin. It is based on react 18, vite and TypeScript. It's fast !
https://admin.slashspaces.com/
MIT License
1.49k stars 218 forks source link

Support for defaultProps will be removed from memo components in a future major release. #73

Closed huangxinbo closed 1 month ago

huangxinbo commented 1 month ago

在使用 react-beautiful-dnd 的地方,在开发环境下提示 warning,比如 multi-tabs 组件 chunk-ONWOSD36.js?v=ebdad770:521 Warning: Connect(Droppable): Support for defaultProps will be removed from memo components in a future major release. Use JavaScript default parameters instead.

d3george commented 1 month ago

我把react版本从18.3回退到18.2之后,这个问题就消失了