formspree / formspree-js

The fastest way to hook up a React form
https://formspree.io/javascript
MIT License
63 stars 12 forks source link

improve FormspreeProvider type to support React 18 #11

Closed kotarella1110 closed 2 years ago

kotarella1110 commented 2 years ago

Starting with React 18, children were removed from React.FC type. Therefore, using FormspreeProvider in React 18 will result in a type error.

https://github.com/DefinitelyTyped/DefinitelyTyped/pull/56210

colevscode commented 2 years ago

Thanks for the PR! We're working on a PR right now, but once that's done we'll get this one merged.

colevscode commented 2 years ago

This should be resolved in @formspree/react version 2.4.0