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

Some Form HOCs aren't externally usable #3

Open
josefpaij opened this issue Jun 18, 2019 · 0 comments
Open

Some Form HOCs aren't externally usable #3

josefpaij opened this issue Jun 18, 2019 · 0 comments

Comments

@josefpaij
Copy link

React.forwardRef((props, ref) => (

Seems like this could be intentional (to hide internal workings of these components), but this file is referencing React without it being imported.

I also noticed that withFieldApi doesn't work externally either due to referencing withFormApi without an import.

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

No branches or pull requests

1 participant