vue breaks when changing classlist in firefox browser
Vue version
3.3.4
Link to minimal reproduction
Steps to reproduce
Open Vue SFC Playground and wait ~5 seconds for the text in h1 to start appearing and disappearing
Open dev-tools in browser, add class 'dark' to body
What is expected?
h1 will continue to fade in and out when interval changes ref value to !value
What is actually happening?
in SFC everything stops working, in local project v-if
or v-show
System Info
Doesn't work only in firefox browser version 115.0.2 (I don't know about other versions.)
Any additional comments?
What unites vue sfc and local project is that tailwind is everywhere and class 'dark' is used for theme