I use react-router-dom for routing in my React application. Part of my app extracted in another package. List of dependencies looks like this:
react-router-dom
React
I solve this error, by wrapping my parent component inside Router.
Before solving error
After solving error