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
1.19k stars 76 forks source link

Most Recent Server Component JS Breaks Server Components #165

Closed versecafe closed 3 months ago

versecafe commented 3 months ago

Commit https://github.com/lustre-labs/lustre/commit/dcedb822e911585031545473e0033aea89dd0925 causes server components on the client to fail with a DOM error of an undefined child when attempting to update the DOM, but it still allows for events to be sent and received correctly.