developit / unistore

🌶 350b / 650b state container with component actions for Preact & React
https://npm.im/unistore
2.86k stars 139 forks source link

React type error: Generic type 'FC' requires between 0 and 1 type arguments. #177

Closed dan-lee closed 5 years ago

dan-lee commented 5 years ago

Following types seem not be correct: https://github.com/developit/unistore/blob/8078bb255cc01f8af25ea9f955e75f813ea22ef7/react.d.ts#L14-L15

React.FC only accepts props and no state, I guess this is by mistake.