Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement true ref forwarding, eliminate setTimeout/state/ref workaround #43

Merged
merged 1 commit into from
Sep 10, 2018

Conversation

shanedg
Copy link
Owner

@shanedg shanedg commented Sep 10, 2018

Resolves #42

Followed advice most closely resembling existing create-react-app class/module patterns:
https://stackoverflow.com/questions/51526461/how-to-use-react-forwardref-in-a-class-based-component#answer-52223103

^^ "...proxying class export with a helper"

@shanedg shanedg added the enhancement New feature or request label Sep 10, 2018
@shanedg shanedg merged commit 6bb6611 into master Sep 10, 2018
@shanedg shanedg deleted the true-ref-forwarding branch September 10, 2018 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

True forwarded refs
1 participant