jannikbuschke / formik-antd

Simple declarative bindings for Ant Design and Formik.
https://codesandbox.io/s/github/jannikbuschke/formik-antd-example
MIT License
590 stars 81 forks source link

Is this package really not supposed to support React 17+ ? #178

Closed mikedotJS closed 2 years ago

mikedotJS commented 3 years ago

Hey,

Sorry if this is not the place to ask this.

React 17 is months old now and this very useful package indicates that it has a peer dependency on React ">= 16.8.0 < 17".

Is React 17 really not supported yet? If not, will it be in the near future?

I'm really considering to use formik-antd for a real-world app but i absolutely need to know if the future versions of React will be compatible with it.

Thank you!

jannikbuschke commented 3 years ago

Hi @mikedotJS, I am not entirely sure if ant design works with react 17 yet: https://github.com/ant-design/ant-design/issues/26136

But this library will most likely work with react 17. If not I will work on it.

rafalluksza commented 3 years ago

We're using it with React 17 and everything works fine!

jamov commented 3 years ago

Would it be possible to update the peer dependencies since the package seems to be working with React 17?

jannikbuschke commented 3 years ago

@jamov v2.1.0-beta.4 should solve this problem

jannikbuschke commented 2 years ago

also fixed in 2.0.3