Merge pull request #4991 from fidelcoria-aa/patch-1

docs(composability): fix subroutes code example
This commit is contained in:
Patrik Oldsberg
2021-03-19 13:03:50 +01:00
committed by GitHub
+1 -1
View File
@@ -396,7 +396,7 @@ export const myPlugin = createPlugin({
},
});
export const MyPage = plugin.provide(
export const MyPage = myPlugin.provide(
createRoutableExtension({
component: () => import('./components/MyPage').then(m => m.MyPage),
mountPoint: rootRouteRef,