cielyic
Results
2
issues of
cielyic
``` // my.worker.js const ctx: Worker = self as any; ctx.terminate(); // not a function ``` but ``` // my.worker.js const ctx: Worker = self as any; ctx.close(); // works...
### Component Select ### Reproduction link [](https://codesandbox.io/s/fusion-next-template-forked-nlxg5?file=/src/index.js) ### Steps to reproduce Select.Option内容多行在预览状态下会出现如图的错误 
🧐 Experience
improvement