Remove usage of `createFactory`
Author: amannnCreated Jun 22, 2020Updated Aug 20, 2021
In [email protected] this library triggers a warning:
Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.
It looks like this repository uses this API in quite a few places, so perhaps this should be refactored?
Source: acdlite/recompose