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
// maintain a static reference to avoid infinite render loop
27
+
constdefaultContext=Object.freeze({})
28
+
26
29
/** Slots uses a Double render strategy inspired by [reach-ui/descendants](https://github.com/reach/reach-ui/tree/develop/packages/descendants)
27
30
* Slot registers themself with the Slots parent.
28
31
* When all the children have mounted = registered themselves in slot,
0 commit comments