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
* rfc-fix for broken inference on metadata prop
* updated fix to use type assertion instead of custom forward ref.
* fixed missing generics on node
* fixed missing generics, added default constraints for all generics
---------
Co-authored-by: Mike Ellis <[email protected]>
/** Indicates what action will be performed on a node which informs the correct aria-* properties to use on the node (aria-checked if using checkboxes, aria-selected if not). */
522
523
nodeAction?: NodeAction;
523
524
/** Array with the ids of the default expanded nodes */
* It's convenient to pass props down to the child, but we don't want to pass everything since it would create incorrect values for setsize and posinset
0 commit comments