sapper-rbac
sapper-rbac copied to clipboard
make sure routeInfo object is ready to avoid root path error
for some reason if we dont unrestrict root path ("/"), app(serverside) throw error TypeError: Cannot read property 'scope' of undefined
on refresh page.