Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#806·recompose

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

View original on GitHubView discussion on GitHub