Closed therealjohn closed 1 year ago
Hello therealjohn, thank you for opening an issue with us!
I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌
We are currently working on a fix and should be available today. We will be removing the peer dependency from React 17 to allow React 18 scenarios with the caveat that it will run (as it did before 2.11) in React 17 mode.
Describe the bug After the 2.11.0 release, Teams Toolkit project templates have an error when running
npm install
because the 2.11.0 package seems to revert back to depending on React 17. 2.8-2.10 were working OK before this.To Reproduce
Expected behavior React 18 supported like previous minor versions.
Environment (please complete the following information):
Additional context This breaks the getting started experience for project templates in Teams Toolkit by default because we have
^2.8.0
in the package.json.