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
When i pass a component as a tag to supported element like Nav
Nav
import { Link } from 'react-router-dom'; <NavbarBrand tag={Link} to="/"> Agweria </NavbarBrand>
I get the error : Failed prop type: Invalid prop tag supplied to NavbarBrand See console error
tag
NavbarBrand
Though it works fine even in the above case, is there a way to get rid of the console error.
See . facebook/prop-types#211
The text was updated successfully, but these errors were encountered:
I am also experiencing this problem, which happened when I upgraded React-router-dom to the latest version 5.1.2.
Sorry, something went wrong.
Anything updates on this? @design-revision
No branches or pull requests
When i pass a component as a tag to supported element like
Nav
I get the error : Failed prop type: Invalid prop
tag
supplied toNavbarBrand
See console error
Though it works fine even in the above case, is there a way to get rid of the console error.
See . facebook/prop-types#211
The text was updated successfully, but these errors were encountered: