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

Change withRef -> forwardRef to adhere to changes in react-redux@6 #4270

Closed
LKay opened this issue Nov 16, 2018 · 3 comments
Closed

Change withRef -> forwardRef to adhere to changes in react-redux@6 #4270

LKay opened this issue Nov 16, 2018 · 3 comments

Comments

@LKay
Copy link

LKay commented Nov 16, 2018

feature request?

New version of redux binding for React (react-redux) are getting some update with version 6 (https://github.com/reduxjs/react-redux/releases/tag/v6.0.0-beta.1). There are however few breaking changes and one of them affecting redux-form. Currently withRef is passed down somewhere (I couldn't pin point the place in the code) which results in error. This should be changed to forwardRef .

@LKay LKay closed this as completed Nov 16, 2018
@rhys-vdw
Copy link

rhys-vdw commented Dec 9, 2018

Why is this closed? This is blocking me from updating react-redux.

@rhys-vdw
Copy link

rhys-vdw commented Dec 9, 2018

Duplicated here anyway: #4286

@lock
Copy link

lock bot commented Apr 2, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants