Closed mrwokkel closed 2 years ago
Describe the bug When using the windi devtools and starting op a dev server, I get the error:
[vite] Error when evaluating SSR module /@windicss/devtools: ReferenceError: MutationObserver is not defined
Minimal Reproductions https://github.com/mrwokkel/mutationobserver
Versions
Additonal Context When loading virtual:windi-devtools in browser only, it works. But seems that should check on existence of MutationObserver before even starting.
What's the browser you are using?
Chrome Version 94.0.4606.81 (Official Build) (x86_64).
Problem is the Server Side Rendering part...
Describe the bug When using the windi devtools and starting op a dev server, I get the error:
Minimal Reproductions https://github.com/mrwokkel/mutationobserver
Versions
Additonal Context When loading virtual:windi-devtools in browser only, it works. But seems that should check on existence of MutationObserver before even starting.