Closed smackfu closed 1 year ago
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit 809a69ef3322be340fafa618787096f8b2817feb:
Sandbox | Source |
---|---|
quick-install | Configuration |
fetchye-provider-install | Configuration |
fetchye-redux-provider-install | Configuration |
Description
Fixes #78
Motivation and Context
yarn install
prints an error about incorrect peer deps.create-shared-react-context@1.0.5 expands the peer dependency range to include react 17 & 18 and fixes the issue.
⚠️ I did not just bump the package.json version to avoid any possible consumer impacts. Maybe that would be a better fix?
How Has This Been Tested?
Ran
yarn install
and verified error was gone.Types of Changes
Checklist:
What is the Impact to Developers Using Fetchye?
No impact to developers since the
yarn.lock
is not used by consumers.