liveview-native / live_view_native

A framework for building native applications with Phoenix LiveView
https://native.live/
MIT License
458 stars 19 forks source link

Will support setting attributes to `false` #138

Closed bcardarella closed 5 months ago

bcardarella commented 5 months ago
<Foo bar={false}/>

results in

<Foo bar="false"></Foo>
bcardarella commented 5 months ago

Closes https://github.com/liveview-native/liveview-client-jetpack/issues/71