You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
70a74d1 Fix diff of live component parts and string parts
e0a5e5e make live_component helper not care about TEvent and TInfo
70d6199 fix diffing by saving full partsTree between renders and diffing new full parts tree
4880477 - Work on making LiveComponents better supported - make handleEvent optional for LiveComponents - add createLiveComponent factory function - improve typing for LiveViewMeta - add event typing for future use - Add back diffing for parts - Fix LiveViewRouter typing for factory functions
26094d1 Add TInfo type annotation to LiveComponentSocket; rename send to sendParentInfo and allow info event to be a string;
1ef336a Add missing type annotation to socket type; add Matt P's code (commented out)