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
If you use a data attribute without a value, the generated code tries to assign true to the corresponding key in the dataset, which is coerced to "true". Normal HTML behavior is to use the empty string.
If you use a data attribute without a value, the generated code tries to assign
true
to the corresponding key in thedataset
, which is coerced to"true"
. Normal HTML behavior is to use the empty string.Example in REPL:
https://svelte.dev/repl/66aad97e4c734ebfbb4e7ef898e07bcd?version=3.4.1
Kinda related to #1852
The text was updated successfully, but these errors were encountered: