Run SPFx Upgrade command ( see attached report) on a forked copy React Application Regions Footer extension .
In Update componentType in .yo-rc.json:
{
"@microsoft/generator-sharepoint": {
"componentType": "webpart"
}
}
However, given I this is a SPFx extension, the recommended compentType looks incorrect.
spfx project upgrade --toVersion 1.10.0 --output md --outputFile "upgrade-report.md"
The report should indicate:
{
"@microsoft/generator-sharepoint": {
"componentType": "extension"
}
}
npm install -g @pnp/office365-cli@next
2.10.0-beta.4206056
Hey @westerdaled, thanks for reporting this. This doesn't seem right indeed. We'll get it fixed asap.
@waldekmastykarz Thanks for the update. I have some thoughts on some of the .vscode changes but will formulate these, outside this issue.
Awesome! Appreciate your help!
We have just release a new beta version with the fix. Once again, thank you for reporting it 馃憦
Most helpful comment
@waldekmastykarz Thanks for the update. I have some thoughts on some of the .vscode changes but will formulate these, outside this issue.