fukang wang
fukang wang
how to fix it? 1. install typescript globally with version **gt** 3.8 2. press `F1` in your vscode 3. search `workspace settings` 4. search `typescript.tsdk` 5. click `edit in settings.json`...
fix: https://github.com/vuejs/vue/issues/12780
`IgnoreClass` and `IgnoreSelector` only work on **input events** including: `INPUT` `TEXTAREA` and `SELECT` If you don't want to record the DOM, you can use `rr-block` instead. The doc can be...
It is caused by that the scrolling into a web-component shadow root can't be captured by `document.addEventListener('scroll')` @isaiahdahl you can write a rrweb record plugin to listen to the `mousewheel`...
@rishabh-soc Is the following case? but I can't reproduce your case after trying [email protected] ```js div tset pre test ```
我也遇到你这个问题,解决方法是:使用国内 Chromium 源,然后把之前安装的 hiper 删掉,重新安装,希望对你有帮助。 ```shell npm config set puppeteer_download_host=https://npm.taobao.org/mirrors npm uninstall hiper -g && npm install hiper -g hiper baidu.com ```
I encountered the same error when getting started with `pnpm create plasmo`. 1. pnpm create plasmo: [email protected] in packag.json and node_modules 2. move all source code files into the src...
@MentalGear It worked for me when I move the assets directory out of the src directory. https://github.com/PlasmoHQ/plasmo/blob/00fb828df6298beb480783c941b4c970811e46c3/cli/plasmo/src/features/extension-devtools/common-path.ts#L47
> Seems to be a definite problem from switching to /src later on. I am still experiencing the error and occasionally have to manually add the gen-assets folder into the...