Summary
Bump apps/agents/decky submodule from v1.2.0 to v1.2.1 to propagate the SteamOS 3.7.x render fix shipped in lobinuxsoft/decky-capydeploy#33.
Why
v1.2.0 of the Decky plugin no longer renders on SteamOS 3.7.22 + Decky v3.2.3 because Steam rebuilt React internals and the literal React.createElement no longer appears in the LibraryContextMenu module. The plugin's selector returned undefined, fakeRenderComponent(undefined) threw, and Decky inserted its TheError fallback (invisible without titleView).
Verified empirically on the user's Steam Deck via CDP probe of SharedJSContext. Detailed root-cause analysis in lobinuxsoft/decky-capydeploy#32.
Action
- Update
apps/agents/decky submodule pointer to v1.2.1 (commit 870c67e).
Affected installs
Anyone running CapyDeploy bundled from the monorepo on SteamOS 3.7.22+ — the plugin tab is invisible until this bump propagates and a new monorepo release is published.
Summary
Bump
apps/agents/deckysubmodule fromv1.2.0tov1.2.1to propagate the SteamOS 3.7.x render fix shipped in lobinuxsoft/decky-capydeploy#33.Why
v1.2.0of the Decky plugin no longer renders on SteamOS 3.7.22 + Decky v3.2.3 because Steam rebuilt React internals and the literalReact.createElementno longer appears in the LibraryContextMenu module. The plugin's selector returnedundefined,fakeRenderComponent(undefined)threw, and Decky inserted itsTheErrorfallback (invisible withouttitleView).Verified empirically on the user's Steam Deck via CDP probe of
SharedJSContext. Detailed root-cause analysis in lobinuxsoft/decky-capydeploy#32.Action
apps/agents/deckysubmodule pointer tov1.2.1(commit870c67e).Affected installs
Anyone running CapyDeploy bundled from the monorepo on SteamOS 3.7.22+ — the plugin tab is invisible until this bump propagates and a new monorepo release is published.