Describe the bug
I had Docz working perfectly until today using [email protected]__, but when I updated this morning to [email protected]__, this error appears:
__TypeError: Cannot read property 'Consumer' of undefined__
To Reproduce
yarnyarn docz:devhttp://127.0.0.1:3500/ to see the error.Compiled with warnings.
./node_modules/react-router-dom/esm/react-router-dom.js
Attempted import error: '__RouterContext' is not exported from 'react-router'.
Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.
Expected behavior
The same behavior I had with [email protected]__. Just work as always without any errors.
Environment
Additional context/Screenshots

Thanks in advance
Hey dude, we are no longer supporting 0.137, try to update :)
Hi @pedronauck. Thanks a lot for your help. I'm using a Visual Studio Code plugin to maintain my packages versions (Version Lens), and I missed the notification about the RC tag. Everything works now :)
I have the same problem but don't understand this solution. Im using CRA.
Most helpful comment
I have the same problem but don't understand this solution. Im using CRA.