Loading packages/client/src/components/Template.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ export const Template = () => { return; } instance.current = new TemplateCl(config, templateHolder.current); instance.current = new TemplateCl(config!, templateHolder.current); instance.current.on("autoDetectWidth", (width) => { console.log("autodetectwidth", width); Loading Loading
packages/client/src/components/Template.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ export const Template = () => { return; } instance.current = new TemplateCl(config, templateHolder.current); instance.current = new TemplateCl(config!, templateHolder.current); instance.current.on("autoDetectWidth", (width) => { console.log("autodetectwidth", width); Loading