As we're about to release the spfx project doctor command #3057 that verifies the integrity of SPFx projects, we should remove the React check (
|
.then(_ => this.checkReact(prerequisites, fixes, logger)) |
) from
spfx doctor, which is meant to verify the setup of the dev environment. Checking React version will be done by the
spfx project doctor command.
As we're about to release the
spfx project doctorcommand #3057 that verifies the integrity of SPFx projects, we should remove the React check (cli-microsoft365/src/m365/spfx/commands/spfx-doctor.ts
Line 548 in c518929
spfx doctor, which is meant to verify the setup of the dev environment. Checking React version will be done by thespfx project doctorcommand.