App breaks when using both HTML style and inline style. #4317
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
has workaround
A workaround has been found to avoid the problem
🐞 bug
Something isn't working
Version
3.2.2
Reproduction link
https://sfc.vuejs.org/#eyJBcHAudnVlIjoiPHRlbXBsYXRlPlxuICA8aDEgc3R5bGU9XCJmb250LXNpemU6IDM0cHhcIiA6c3R5bGU9XCJ7ICdmb250LXdlaWdodCc6ICdib2xkJ31cIj5IZWxsbyBXb3JsZDwvaDE+XG48L3RlbXBsYXRlPlxuXG48c2NyaXB0IHNldHVwPlxuY29uc3QgbXNnID0gJ0hlbGxvIFdvcmxkISdcbjwvc2NyaXB0PiJ9
Steps to reproduce
Using both
style
and:style
breaks the app.Minimal code to reproduce:
What is expected?
Both styles should be applied together
What is actually happening?
App crashes.
In Firefox following error message is seen:
In Chrome:
I don't know the exact version this issue start to happen, but same code works with vue 2.6.14. The same code works for me in Vue 3, until I update the package today.
The text was updated successfully, but these errors were encountered: