Closed dan-lee closed 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.
React.FC
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.