final-form / react-final-form-hooks

React Hooks to bind to 🏁 Final Form's high performance subscription-based form state management engine
MIT License
471 stars 19 forks source link

Getting warning when using react-final-form-hooks in React 17 #82

Open shiwano opened 3 years ago

shiwano commented 3 years ago

Are you submitting a bug report or a feature request?

bug report (but actually warning report)

What is the current behavior?

I get the following warning when using react-final-form-hooks in React 17.

warning " > react-final-form-hooks@2.0.2" has incorrect peer dependency "react@^16.8.1".

What is the expected behavior?

No warnings.

Sandbox Link

None.

What's your environment?

Other information

None.

tofful commented 2 years ago

+1 The same here. Is there any plan to support React 17 and React 18?
Have you solved the warning issue @shiwano ?

shiwano commented 2 years ago

Have you solved @shiwano ?

No, I haven't solved it. There is the warning still, but it's worked without problems for us in React 17.