| title | SharePoint Framework v1.22.1 release notes |
|---|---|
| description | Release notes for the SharePoint Framework v1.22.1 release |
| ms.date | 12/15/2025 |
| ms.localizationpriority | high |
This is a minor bump that fixes an issue where the a full screen error overlay was being displayed for runtime errors unrelated to third-party code.
Tip
It's safe to keep on using SharePoint Framework 1.22 version, but we do recommend using always the latest version in the production, which in this case would be the 1.22.1, which has fix on the reported GitHub issues as listed below.
Released: December 15, 2025
[!INCLUDE spfx-release-notes-common]
Install the latest release of the SharePoint Framework (SPFx) by including the @latest tag:
npm install @microsoft/generator-sharepoint@latest --globalIn the project's package.json file, identify all SPFx v1.22 packages. For each SPFx package:
-
Uninstall the existing v1.22 package:
npm uninstall @microsoft/{spfx-package-name}@1.22 -
Install the new v1.22.1 package:
npm install @microsoft/{spfx-package-name}@latest --save --save-exact
[!INCLUDE spfx-release-upgrade-tip]
Here's a list of specific issues fixed around SharePoint Framework since the previous public release.
- #10525 - [SPFx 1.22.0] - Uncaught runtime errors