lustre-labs / lustre

A Gleam web framework for building HTML templates, single page applications, and real-time server components.
https://hexdocs.pm/lustre
MIT License
948 stars 66 forks source link

🐛 Update JSON structure of a Fragment to match JS structure #142

Closed JScearcy closed 3 months ago

JScearcy commented 3 months ago

The JSON representation of a fragment didn't match the JS representation, and was missed when the vdom was rendering the elements. Updated the representation to match what is expected by the vdom impl (and also what is used in a full client side application)