Steam Version: 1737514353 (Steam Deck Beta)
1737514353
Tried on both Stable and Beta Client and both just does not work.
Relevant error logs:
[2025-01-22 22:42:43] SP Shared JS Context-'SharedJSCo': ERROR: https://steamloopback.host/chunk~2dcc5aaf7.js?contenthash=210e5370735289009e15:1: TypeError: Cannot read properties of undefined (reading 'CommitChanges')
Looking through the steamui code (and using DeckyLoader since they give more info on the error stack), the faulty code is this one (gamenotes.js)
k.useEffect((()=>{n&&h.CommitChanges()}),[n,h]);
Looks like h is not initialized at all for some reason.
h
Reproduction:
Edit: Screenshot of the error
https://store.steampowered.com/news/app/1675200/view/520829437562847461?l=english
probably worth re-checking based off the release notes for the latest Deck beta
Yep, looks like it got fixed on latest Beta
Nothing extracted yet.
Steam Version:
1737514353(Steam Deck Beta)Tried on both Stable and Beta Client and both just does not work.
Relevant error logs:
Looking through the steamui code (and using DeckyLoader since they give more info on the error stack), the faulty code is this one (gamenotes.js)
Looks like
his not initialized at all for some reason.Reproduction:
Edit: Screenshot of the error