diff --git a/packages/core/lib/components/Schlechtenburg.tsx b/packages/core/lib/components/Schlechtenburg.tsx index b3223bb..d380f29 100644 --- a/packages/core/lib/components/Schlechtenburg.tsx +++ b/packages/core/lib/components/Schlechtenburg.tsx @@ -53,7 +53,7 @@ export const SbMain = defineComponent({ }, }, - setup(props) { // TODO: why does the typing of props not work here? + setup(props: any) { // TODO: why does the typing of props not work here? const el: Ref = ref(null); useResizeObserver(el, SymEditorDimensions);