Closed pierpo closed 2 years ago
Everything works! :rocket:
@pierpo Would you mind releasing a new version that includes these changes? With @types/react
for React 18 children are no longer automatically included, which causes issue with react-archer
. However, this PR already includes the necessary adjustments to work with the updated react types.
Sure, will do!
Done. Thanks for asking for it. I was procrastinating :smile: (and also wondering "major or minor?" but since there's been a drop in flow support, it can be considered a major upgrade)
Thank you! @pierpo
I just migrated the whole codebase to Typescript.
Benefits
.d.ts
generation is now automatedDrawbacks
.d.ts
generation, this is dropping flow-types support.TODO