oursky / eslint-oursky

Apache License 2.0
2 stars 3 forks source link

React.VFC is marked deprecated #39

Open Steven-Chan opened 1 year ago

Steven-Chan commented 1 year ago

https://github.com/DefinitelyTyped/DefinitelyTyped/commit/8ce24999967467fd6cae8639fde57697a13212a9

louischan-oursky commented 1 year ago

Yes, it is deprecated in version 18. However, major frameworks are not React 18 ready. People are still using React 17. The type definition of non-VFC types is problematic because it unconditionally allow children prop even the component does not support it.