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
Currently, the component does cloneChildren which is a very implicit and can lead to bugs like #58. It would be easier to implement it as a hook and let folks assign props to their components themselves.
The text was updated successfully, but these errors were encountered:
okonet
changed the title
[withSelector]: Implement as a hook
[WithSelector]: Implement as a hook
Apr 24, 2023
Currently, the component does
cloneChildren
which is a very implicit and can lead to bugs like #58. It would be easier to implement it as a hook and let folks assign props to their components themselves.The text was updated successfully, but these errors were encountered: