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 [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/fusion-next-template-forked-nlxg5?file=/src/index.js) ### Steps to reproduce Select.Option内容多行在预览状态下会出现如图的错误 ![image](https://fusion-image.oss-cn-beijing.aliyuncs.com/images/98vy49Lkh8Hd.png)

🧐 Experience
improvement