Closed dartess closed 4 years ago
@dartess as I can remember create-react-context
was used for supporting old React versions. As for me it's nice to remove it, cause official context API was introduced about 2 years ago. @gribnoysup what do you think?
Removing it completely will be a breaking change that I don't want to do at the moment as I'm in the process of working on a library refactor. Updating a dependency is a good idea that I'll be happy to release 👍
Released as 4.5.0
Hello!
Share why you use
create-react-context
project?If this is aimed at supporting very old versions of React and you cannot or do not want to refuse to support them, can you at least upgrade
create-react-context
package to0.3
? At the moment, this forces the very old version ofcore-js
to be installed in the project.create-react-context@0.3.0
don't hasfbjs
as deps and this problem will be eliminated. Removing this dependency, however, will also help :)