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

react: support forwardRef aka ref in props #455

Closed
PatrickJS opened this issue Jun 6, 2022 · 3 comments · Fixed by #439
Closed

react: support forwardRef aka ref in props #455

PatrickJS opened this issue Jun 6, 2022 · 3 comments · Fixed by #439
Assignees
Labels
Milestone

Comments

@PatrickJS
Copy link
Collaborator

PatrickJS commented Jun 6, 2022

in React some libs manages inputs by forwardRefs in order to get the DOM internal state for the parent before render prop is invoked.

we need to remove any refs from props

@PatrickJS PatrickJS added the react label Jun 6, 2022
@PatrickJS PatrickJS added this to the react v1 milestone Jun 6, 2022
@PatrickJS PatrickJS self-assigned this Jun 6, 2022
@PatrickJS
Copy link
Collaborator Author

some work on this in this commit 9cbac76

@PatrickJS
Copy link
Collaborator Author

for forms we're running into issues with the differences between each framework it's a lot harder to make atomic mitosis components for these

@PatrickJS
Copy link
Collaborator Author

I added some docs on it #458

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant