We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got this error 5 times when i load a simple page
Warning: Passing props for params on <Link>s is deprecated, please use the `params` property.
I dont set any prop.
<Routes location="history"> <Route name="index" path="/" handler={App}> <Route name="test" path="/test/" handler={Test} /> </Route> </Routes>
App:
render: function() { return ( <div className="app"> <Link to="test">Link to Test</Link> <this.props.activeRouteHandler /> </div> ); }
Route to "test" write a simple text "Test".
Everything works, but the warning is annoying.
The text was updated successfully, but these errors were encountered:
[fixed] warning on links w/o params
7536d96
fixes #253
I am still getting that Warning. Everything works but this Warning just does not go away.
Sorry, something went wrong.
No branches or pull requests
I got this error 5 times when i load a simple page
I dont set any prop.
App:
Route to "test" write a simple text "Test".
Everything works, but the warning is annoying.
The text was updated successfully, but these errors were encountered: