jannikbuschke / formik-antd

Simple declarative bindings for Ant Design and Formik.

Home Page:https://codesandbox.io/s/github/jannikbuschke/formik-antd-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mikedotJS opened this issue · comments

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!

Hi @mikedotJS,
I am not entirely sure if ant design works with react 17 yet: ant-design/ant-design#26136

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

commented

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

commented

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

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

also fixed in 2.0.3