Teacher Tony
Results
1
issues of
Teacher Tony
```js React.useEffect(() => { const app = new App({ view: wrapperRef.current, tree: { type: 'design'}, }); return () => { app?.destroy() } }, []) ``` 在销毁的时候会报错`Leafer TypeError: Cannot read properties...