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
This is WAD. Updating the style overwrites the entire style attribute, which will include overwriting any individual styles you've set. There isn't a way around this without expensive runtime checks -- the framework has always worked this way for style: and class: vs style and class.
Describe the bug
Discovered during #3119.
style=""
andstyle:foo
conflict and overwrite eachother.Leptos Dependencies
Current main
To Reproduce
Screen.Recording.2024-10-21.at.18.54.25.mov
The text was updated successfully, but these errors were encountered: