gpt4 book ai didi

reactjs - react 包装器 : React does not recognize the `staticContext` prop on a DOM element

转载 作者:行者123 更新时间:2023-12-03 13:01:25 40 4
gpt4 key购买 nike

我正在尝试围绕react-router-dom NavLink 组件创建一个包装器组件。

我希望我的自定义组件接受所有 NavLinks 属性,并将它们代理到 NavLink

但是当我这样做时,我得到:

Warning: React does not recognize the staticContext prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase staticcontext instead. If you accidentally passed it from a parent component, remove it from the DOM element.

可以在此处找到该问题的工作演示:

最佳答案

有一种方法可以克服这个问题:

const { to, staticContext, ...rest } = this.props;

所以你的...rest将永远不会包含staticContext

关于reactjs - react 包装器 : React does not recognize the `staticContext` prop on a DOM element,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49358560/

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