fix: pass down sandbox props

This commit is contained in:
wwsun
2023-11-20 15:41:34 +08:00
parent 2906efc8fc
commit d6ffb50e85
@@ -119,6 +119,7 @@ const PreviewSandbox = observer(
startRoute,
injectScript,
sandboxType: 'preview',
...rest,
});
return (
@@ -166,6 +167,7 @@ const DesignSandbox = observer(
startRoute,
injectScript,
sandboxType: 'design',
...rest,
});
return (