Skip to content

Commit

Permalink
docs: troubleshooting on browser extension blocker (#12737)
Browse files Browse the repository at this point in the history
  • Loading branch information
sun0day committed Apr 4, 2023
1 parent 5d07d7c commit e6eed85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,7 @@ For example, you might see these errors.
> TypeError: Cannot create property 'foo' on boolean 'false'
If these code are used inside dependencies, you could use [`patch-package`](https://github.com/ds300/patch-package) (or [`yarn patch`](https://yarnpkg.com/cli/patch) or [`pnpm patch`](https://pnpm.io/cli/patch)) for an escape hatch.
### Browser extensions
Some browser extensions (like ad-blockers) may prevent the Vite client from sending requests to the Vite dev server. You may see a white screen without logged errors in this case. Try disabling extensions if you have this issue.

0 comments on commit e6eed85

Please sign in to comment.