Commit b59bede
committed
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 statics1 parent 524ce5e commit b59bede
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
871 | 871 | | |
872 | 872 | | |
873 | 873 | | |
874 | | - | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
875 | 879 | | |
876 | 880 | | |
877 | 881 | | |
| |||
0 commit comments