You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that there is decoupling between the scoped CSS id's and the data-v-xxxx ids that Vue generates when using vite's build --watch (or watch: true in the config). This is not a problem when importing the component directly instead of from the build.
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
Same issue as #6633 but includes minimal repro.
Summary of issue:
The problem is that there is decoupling between the scoped CSS id's and the
data-v-xxxx
ids that Vue generates when using vite's build--watch
(orwatch: true
in the config). This is not a problem when importing the component directly instead of from the build.Reproduction
https://github.com/earlAchromatic/Vite-Watch-Scoped-CSS
System Info
Used Package Manager
pnpm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: