diff --git a/packages/core/event-handler.js b/packages/core/event-handler.js index 9f8124f..c97fb32 100644 --- a/packages/core/event-handler.js +++ b/packages/core/event-handler.js @@ -26,7 +26,7 @@ export function useMcFlyRoute({ storage }) { name: 'mcfly', configFile: 'mcfly.config', }) - const config = loadConfig.config ?? { + const config = loadedConfig.config ?? { components: 'js', } const { components: componentType } = config