Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vite-client): fix issue with CSS file update in web worker #17438

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xesrevinu
Copy link

Description

In webworker websocket, you will also receive hmr events, but the css update events are not filtered, which leads to incorrect document access.

Copy link

stackblitz bot commented Jun 11, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@xesrevinu xesrevinu changed the title Fix issue with CSS file update in web worker fix(vite-client) issue with CSS file update in web worker Jun 11, 2024
@xesrevinu xesrevinu changed the title fix(vite-client) issue with CSS file update in web worker fix(vite-client): Fix issue with CSS file update in web worker Jun 11, 2024
@xesrevinu xesrevinu changed the title fix(vite-client): Fix issue with CSS file update in web worker fix(vite-client): fix issue with CSS file update in web worker Jun 11, 2024
@vitejs vitejs deleted a comment from pkg-pr-new bot Jun 11, 2024
@vitejs vitejs deleted a comment from pkg-pr-new bot Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant