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
When the routes are being created though the property activeWhen is being added to the routes as such (path names removed)
Because of this on the console for each route we get the following message:
Error: Invalid routesConfig.routes[1]: received invalid properties 'activeWhen', but valid properties are type, path, routes, props, default, exact
at g (single-spa-layout.min.js:2:2303)
at e (single-spa-layout.min.js:2:6301)
at E (single-spa-layout.min.js:2:3133)
Haven't been able to get the error to go away with any settings I've made. We do not get this if we use HTML layouts, but we have some routes that are only available based on the users URL.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
using: Single Spa Layout 1.6.0
I'm creating our routes through json like so:
When the routes are being created though the property activeWhen is being added to the routes as such (path names removed)
Because of this on the console for each route we get the following message:
Haven't been able to get the error to go away with any settings I've made. We do not get this if we use HTML layouts, but we have some routes that are only available based on the users URL.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: