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
{{ message }}
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
Currently the
nodeExtravariable is typed as:We should make it partial like so:
nodeExtra: Partial<Record<S, React.ReactElement | null>>;This stops typescript from complaining that some keys are missing in case we decide that we want to skip extras for certain event types.
e.g. in persist I get this error:
