React routing problem. The console reported a warning after starting the project.

warning.js?8a56:36 Warning: Failed context type: The context router is marked as required in AppContainer , but its value is undefined .

in AppContainer
Feb.28,2021

you should write all component into router . Don't have any of your components outside router .

Menu