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
* Alternatevely you may setup the router manually (i.e. exctracting the router configuration to another file).
112
-
* You can do that by createing a new instance of the router and pass it to the component, this way the component will skip the previous props and just use the provided instance.
111
+
* Alternatively you may setup the router manually (i.e. extracting the router configuration to another file).
112
+
* You can do that by creating a new instance of the router and pass it to the component, this way the component will skip the previous props and just use the provided instance.
113
113
*
114
114
* > NB: since you are manually bootstrapping the router, you must register the servicesPlugin as well as the location plugin of your choice (in this example the [[pushStateLocationPlugin]]).
0 commit comments