Open goldylucks opened 1 year ago
Did this start happening with a recent update to react router? Can you post this into the react router project along with a reproducible demo?
Maybe, I'm not sure, but, in the same component the crashes with react-router-bootstrap
, there's a non crashing use of both Link
and useNavigate
directly from react-router-dom
, so I don't think it's an issue on their end.
Thoughts?
I couldn't pin point the culprit, but sometimes I get these errors on development:
The
LinkContainer
component is of course under aRouter
, and it works in production, but lately started happening locally 🤷♀️Any ideas?