ID 为 " " 的组件 styled.div 已动态创建



我正在使用带有服务器端分页过滤和排序的react数据表组件,一切都很好,但我收到了这些警告,我不知道如何解决,我寻找了一个解决方案,但我只找到了在函数外声明样式组件的答案,但问题是使用样式组件的不是我,使用它的是react数据表。以下是我收到的警告:

Keyframes.js:20 The component styled.div with the id of "sc-bdnxRM" has been created dynamically. You may see this warning because you've called styled inside another component. To resolve this only create new StyledComponents outside of any render method and function component. Pe @ 
Keyframes.js:20 Keyframes.js:20 The component styled.div with the id of "sc-gtsrHT" has been created dynamically. You may see this warning because you've called styled inside another component. To resolve this only create new StyledComponents outside of any render method and function component. Pe 
@ Keyframes.js:20 Keyframes.js:20 The component styled.div with the id of "sc-dlnjwi" has been created dynamically. You may see this warning because you've called styled inside another component. To resolve this only create new StyledComponents outside of any render method and function component. Pe 
@ Keyframes.js:20 Keyframes.js:20 The component styled.div with the id of "sc-hKFxyN" has been created dynamically. You may see this warning because you've called styled inside another component. To resolve this only create new StyledComponents outside of any render method and function component. Pe @ Keyframes.js:20 Keyframes.js:20 The component Styled(styled.div) with the id of "sc-eCApnc" has been created dynamically. You may see this warning because you've called styled inside another component. To resolve this only create new StyledComponents outside of any render method and function component.

我是新反应和反应数据表。

我通过添加import"反应数据表组件";;在App.js中,在此之前,我只从";反应数据表组件";在我创建的组件中,似乎我必须将其导入app.js和中

相关内容

  • 没有找到相关文章

最新更新