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
Clicking on a breadcrumb element leads to a page reload which is not wanted.
This piece of code should help preventing this reload :
import { Link as ReactLink} from 'react-router-dom' // add component and replace href with to <Link component={ReactLink} underline={props.isActive ? "none" : "hover"} color={props.isActive ? "#00000" : "#2fa37c"} to={props.isActive ? "" : props.link} variant="body2" >
Careful: Need to check if all the api calls are done like if the page is reloaded and if the breadcrumb is robust with this "new" link
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Clicking on a breadcrumb element leads to a page reload which is not wanted.
This piece of code should help preventing this reload :
Careful: Need to check if all the api calls are done like if the page is reloaded and if the breadcrumb is robust with this "new" link
The text was updated successfully, but these errors were encountered: