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
Describe the feature or change you'd like
Currently the structure in which the router is implemented does not seem neat. Therefore I suggest following changes:
Move the router to index.js
Export the App Component like export withRouter(App)to provide the history API
Describe the feature or change you'd like
Currently the structure in which the router is implemented does not seem neat. Therefore I suggest following changes:
index.js
export withRouter(App)
to provide the history APIAdditional context
Ref: https://developer.mozilla.org/en-US/docs/Web/API/History_API
The text was updated successfully, but these errors were encountered: