gpt4 book ai didi

reactjs - 如何修复 material-ui-dropzone 中的 theme.spacing.unit 警告?

转载 作者:行者123 更新时间:2023-12-05 00:41:58 25 4
gpt4 key购买 nike

我像这样使用material-ui-dropzone:

//App.js
<Dropzone/>

但是控制台出现了这个错误:

 index.js:1375 Warning: Material-UI: theme.spacing.unit usage has been deprecated. It will be removed in v5. You can replace `theme.spacing.unit * y` with `theme.spacing(y)`.

如何解决此警告?

最佳答案

第一:找到你的代码“theme.spacing.unit”;第二:例如:“theme.spacing.unit * 4”,请改为“theme.spacing(4)”。

关于reactjs - 如何修复 material-ui-dropzone 中的 theme.spacing.unit 警告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58003232/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com