Component Bundler Bugfix
This commit is contained in:
@@ -12,7 +12,7 @@ export default async function grabPageBundledReactComponent({ file_path, root_fi
|
||||
if (!tsx) {
|
||||
return undefined;
|
||||
}
|
||||
const mod = await grabTsxStringModule({ tsx, file_path });
|
||||
const mod = await grabTsxStringModule({ tsx });
|
||||
const Main = mod.default;
|
||||
const component = _jsx(Main, {});
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user