liveview-native / liveview-native-swiftui-charts

Swift Charts addon library for LiveView Native
MIT License
3 stars 2 forks source link

Stack trace #113

Closed bcardarella closed 1 month ago

bcardarella commented 2 months ago

I had an incomplete chart markup but there shouldn't be stack traces from this:

<Chart>
  <LineMark :for={datum <- @data} y:label={datum} y:value={datum} />
</Chart>

I think there should probably be a single try/catch when building elements to prevent errors from happening. We can log out when something isn't correct

bcardarella commented 2 months ago
Screenshot 2024-04-17 at 2 23 36 PM
carson-katri commented 1 month ago

I believe this was related to an issue with the JSON encoding of attribute values on the server that has been fixed.

bcardarella commented 1 month ago

Ok, closing for now