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
After porting a personal project of mine from the voussoir to keystone-alpha packages, I signed in to the admin ui successfully. However, as I was redirected to the dashboard of the admin ui, my screen went white and I received this error in the console...
tiny-invariant.esm.js:11 Uncaught Error: Invariant failed: You should not use <Route> outside a <Router>
WORKAROUND: @mitchellhamilton recommended that I add the following snippit to my package.json, once I did so and ran yarn again, everything performed as expected. I'm happy to show anyone at Thinkmill my repo.
After porting a personal project of mine from the voussoir to keystone-alpha packages, I signed in to the admin ui successfully. However, as I was redirected to the dashboard of the admin ui, my screen went white and I received this error in the console...
WORKAROUND:
@mitchellhamilton recommended that I add the following snippit to my package.json, once I did so and ran yarn again, everything performed as expected. I'm happy to show anyone at Thinkmill my repo.
The text was updated successfully, but these errors were encountered: