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
Wondering if it's somehow related to rendering certain value-less attributes (eg: readonly, checked). The obvious workaround is stringifying values before passing them to the data hash but I think this behaviour is a trap.
The text was updated successfully, but these errors were encountered:
Slim behaves as expected here, since boolean values get special treatment. We could add an option to Slim::Splat::Filter in order to opt out, such that splat values are simply printed in stringified form.
Hi,
Wondering if it's somehow related to rendering certain value-less attributes (eg: readonly, checked). The obvious workaround is stringifying values before passing them to the data hash but I think this behaviour is a trap.
The text was updated successfully, but these errors were encountered: