beekai-oss / little-state-machine

📠 React custom hook for persist state management
https://lrz5wloklm.csb.app/
MIT License
1.48k stars 53 forks source link

Upgrading for React 18 with TypeScript #120

Closed Almusweb closed 2 years ago

Almusweb commented 2 years ago

fixing React type definitionss -> Removal of implicit children

You can run: npx types-react-codemod preset-18 ./src

bluebill1049 commented 2 years ago

thank you @Almusweb