gpt4 book ai didi

reactjs - 无法在 react 路由器dom中使用链接传递 Prop

转载 作者:行者123 更新时间:2023-12-05 09:02:50 24 4
gpt4 key购买 nike

enter image description here


<Link to={{pathname:"/Watch", movie:movie}} >

using this to pass props over Watch page but can't get any value.

我是新手,所以可能会出现愚蠢的错误或信息不足。请让我知道任何额外的信息

最佳答案

如果您使用 react-router-dom v5 然后路由状态是 to 上的一个属性Link 的对象.

RRDv5 Link

<Link to={{ pathname: "/Watch", state: { movie } }}>...</Link>

如果使用 react-router-dom v6 然后 state是顶级 Prop 。

RRDv6 Link

<Link to="/Watch" state={{ movie }}>...</Link>

关于reactjs - 无法在 react 路由器dom中使用链接传递 Prop ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70753040/

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