You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
This works great, except the ripple effect on the MenuItem gets interrupted because the navigate function rerenders the sidebar. Any ideas on how to fix this?
I had the same setup when I was using import { Link } from 'react-router-dom', but that didn't interrupt the ripple animation when navigating from the sidebar.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a minor UI issue, but I created a sidebar with material-ui as below (this is a simplified verison):
This works great, except the ripple effect on the MenuItem gets interrupted because the
navigate
function rerenders the sidebar. Any ideas on how to fix this?I had the same setup when I was using
import { Link } from 'react-router-dom'
, but that didn't interrupt the ripple animation when navigating from the sidebar.The text was updated successfully, but these errors were encountered: