starters
starters copied to clipboard
fix(react): add history dependency for yarn 2
Developers using Yarn 2 are running into errors with Ionic React because Yarn 2 wants packages to only require what they formally list in dependencies: https://yarnpkg.com/advanced/rulebook#packages-should-only-ever-require-what-they-formally-list-in-their-dependencies
See also: https://github.com/ionic-team/ionic-framework/issues/23095
👍