-
Notifications
You must be signed in to change notification settings - Fork 55
replace innerRef with forwardRef #61
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
Conversation
|
What's up with all the |
|
@akleiner2 honestly not sure where they came from! reverted that file. |
akleiner2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems legit!
|
This will land as a breaking change |
|
Cutting an |
|
@mshwery is this good to take a stab at cutting over into |
|
@akleiner2 feel free to give it a spin! It should be available via |
* replace innerRef with forwardRef (#61) * enable safe hrefs by default (#63) * use separate sourcemaps and fix yarn size-limit * format file, remove comments from dist * lint --fix a few things * node 10.18+ * upgrade ts deps and use simpler polymorphic typing (#71) * v4.0.0-1 * update types again * export types * v4.0.0-2 * revert propsOf back * v4.0.0-3
This switches from
innerReftoReact.forwardRefsupport. Not 100% sure on the typing because we have to do some custom stuff to get the generic types to work right here...