v2.2.1
Patch release — fixes a /settings regression in v2.2.0.
Fix
- /settings no longer errors. In v2.2.0 the settings code-split rendered the About panel (a server component) in the client tree, throwing
getTranslations is not supported in Client Componentson every authenticated /settings load. The About panel is a server import again; the other panels stay code-split, so the first-load performance win is unchanged.
Caught by the new end-to-end CI gate. Self-hosters on v2.2.0 should update.
Upgrade: helio update (or re-run the install script).