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
I think it would be handy if Undux used React.forwardRef() to make sure that any refs attached to components created using withStore got attached to the wrapped component instead of the wrapper itself. Thoughts?
I think it would be handy if Undux used
React.forwardRef()to make sure that any refs attached to components created usingwithStoregot attached to the wrapped component instead of the wrapper itself. Thoughts?