Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix undefined LiveComponent statics reference.
When we share a statics from a LiveComponent with matching fingerprint, we must ensure we don't share statics for a component that has been marked for deletion by the client, since the component may be removed by the client and the diff about to be sent will contain a reference to the now undefined statics. Continue down the tree to find other shared statics, or fallback to generating own statics
- Loading branch information