liveview-native / live_view_native

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

Fix attribute value safe bug #133

Closed bcardarella closed 7 months ago

bcardarella commented 7 months ago

Fixed bug for when attribute values are derived from lists or maps

bcardarella commented 7 months ago

@carson-katri can you just confirm this fixes the bug you saw as well before I merge?

carson-katri commented 7 months ago

This fixes the error on page load.