apply in more places

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-08-16 14:27:15 +02:00
parent 813cac4bf2
commit ebe7c4df7c
6 changed files with 9 additions and 33 deletions
@@ -50,7 +50,6 @@ export const PageBlueprint = createExtensionBlueprint({
) {
yield coreExtensionData.routePath(config.path ?? defaultPath);
yield coreExtensionData.reactElement(ExtensionBoundary.lazy(node, loader));
if (routeRef) {
yield coreExtensionData.routeRef(routeRef);
}