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
{{ message }}
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.
If I don't pass any options to routerForBrowser(), I get the error _ref is undefined. Passing an empty object routerForBrowser({}) removes that error, but brings me to another error: "Missing route configuration...". I'm not totally clear on why this route configuration is necessary if I'm not passing route-specific data and just using Fragments? Things seem to work fine when it's an empty object (routerForBrowser({ routes: {} }).
The text was updated successfully, but these errors were encountered:
If I don't pass any options to
routerForBrowser()
, I get the error_ref is undefined
. Passing an empty objectrouterForBrowser({})
removes that error, but brings me to another error: "Missing route configuration...". I'm not totally clear on why this route configuration is necessary if I'm not passing route-specific data and just using Fragments? Things seem to work fine when it's an empty object (routerForBrowser({ routes: {} }
).The text was updated successfully, but these errors were encountered: