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
Hey @ctrlplusb, thanks for extracting this utility out for other libraries!
would you be inclined to pass the current element depth/index in the tree as the last argument to the visitor function? It's useful if you want to limit how far down you want to walk the component tree, e.g. if implementing a custom getInitialProps
Thanks
The text was updated successfully, but these errors were encountered:
Hey @ctrlplusb, thanks for extracting this utility out for other libraries!
would you be inclined to pass the current element depth/index in the tree as the last argument to the visitor function? It's useful if you want to limit how far down you want to walk the component tree, e.g. if implementing a custom
getInitialProps
Thanks
The text was updated successfully, but these errors were encountered: