fukang wang
fukang wang
### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/rrweb-io/rrweb/issues) for a bug report that matches the one I want to file, without success. ### What package is this...
in line 16 of source code: https://github.com/react-component/select/blob/master/src/generate.tsx it uses the grammar `import type` which can only be used in typescript version **gte** v3.8 It will become weird that And design...
**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...
### Version 2.7.10 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/vue-2-playground-forked-h3qfie?file=/src/App.vue) ### Steps to reproduce ```js export default { name: "App", watch: { e: [ "handle1", function handle2(val, oldVal) {}, { handler: function handle3(val,...
ref: https://github.com/rrweb-io/rrweb/pull/1300
### Question How can i use this Model? https://huggingface.co/shibing624/macbert4csc-base-chinese
**describe the bug描述问题** 翻译 nodejs 官网的文本,会非预期地同时出现 notice 页面提示和右侧的翻译 panel 面板 **testable address 出现问题的网址** https://nodejs.org/api/process.html#process_signal_events **steps to reproduce复现步骤** 1. 打开 https://nodejs.org/api/process.html#process_signal_events 2. 选中页面文本,点击翻译 icon 3. 会自动新打开 notice tab,右侧出现翻译面板 **issue screenshot 问题截图**...