Describe the bug
After upgrading to v5, I get the error Uncaught TypeError: Cannot read property 'Consumer' of undefined and a blank screen.
To Reproduce
Steps to reproduce the behavior:
Upgrade a project from v4.1.4 to v5
Expected behavior
I expected it to work flawlessly, and see my stories.
Screenshots

Code snippets
If applicable, add code samples to help explain your problem.
System:
Additional context
None
Hi @korede360 - can you show the contents of your package.json?
You could try removing node_modules and yarn.lock/package-lock.json and reinstalling -- it could be a messed up set of modules.
@tmeasday
I had the same problem and that solution fixes it for me
@tmeasday , thank you! This solution worked for me!
@tmeasday Your solution works! Thanks a lot.
:/
I am having this issue and reinstalling modules did not help.
Most helpful comment
Hi @korede360 - can you show the contents of your
package.json?You could try removing
node_modulesandyarn.lock/package-lock.jsonand reinstalling -- it could be a messed up set of modules.