react-router 2.8.1 js 点击事件 跳转

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react-router 2.8.1 js 点击事件 跳转相关的知识,希望对你有一定的参考价值。

Calling PropTypes validators directly is not supported by the `prop-types` package.
Use PropTypes.checkPropTypes() to call them.

首先,你要明白,这只是一个警告,不是错误,所以你改不改都不会有影响,除非你和我一样,有代码洁癖

你只有依赖安装在合适的版本才能解决这个问题,你的依赖在

[email protected]^15.3.0 [email protected]^15.3.0
[email protected]^0.14.9 [email protected]^0.14.9这个版本或者这个版本之上才能解决这个问题,否则这个问题是不能解决的
但是,恰恰带代码升级的时候React.propetypes升级到propTypes的过程中,这往往是兼容的,所以你的依赖可以这样
npm install
[email protected]^15.3.0 [email protected]^15.3.0 prop-types [email protected]这样就能解决这个问题


以上是关于react-router 2.8.1 js 点击事件 跳转的主要内容,如果未能解决你的问题,请参考以下文章

今日艰难笔记-原生js整合react-router路由管理

2021 react-router v6 快速入门

React中的路由react-router

在 react-router 中创建动态链接列表

实现react-router中的BrowserRouter、Route、Link

React-router:使用 <Link> 作为可点击的数据表行