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
// Make child known to the parents yoga instance *before* it calculates layoutuseLayoutEffect(()=>{if(!group.current)return()=>{}parent.insertChild(node,parent.getChildCount())registerBox(group.current,node,flexProps,centerAnchor)// Remove child on unmountreturn()=>{parent.removeChild(node)if(group.current){unregisterBox(group.current,node)}}},[node,parent,flexProps,centerAnchor])
No description provided.
The text was updated successfully, but these errors were encountered: