bcherny/undux

Should Undux forward refs to wrapped components?

Open

#75 opened on Dec 19, 2018

View on GitHub
 (4 comments) (1 reaction) (0 assignees)TypeScript (33 forks)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (1,551 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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?

Contributor guide