shaoqun lin

Results 3 issues of shaoqun lin

### Build tool Vite ### Where do you see the problem? - [ ] In the browser - [X] In the terminal ### Describe the bug It seems `default_icon` in...

enhancement
help wanted

If return `newOption`, `props` in `newOption` will cause circular reference. `props` of `newOption` will has `props` of `newOption`. ```ts option.props.props.props === option.props // this is true ```

Because of `@types/vfile` and `@types/vfile-message` deprecate, the old version of remark depends on `@types/vfile-message` will report an error, when using ts. ```sh ERROR in [at-loader] ./node_modules/@types/vfile/index.d.ts:11:31 TS7016: Could not find...