Any steam game store page - React Suspense Topic is solved

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
Gemmaugr
Astronaut
Astronaut
Posts: 551
Joined: 2025-02-03, 07:55

Any steam game store page - React Suspense

Post by Gemmaugr » 2026-04-09, 01:14

Example page: https://store.steampowered.com/app/1805320/Romestead/

Can be seen outside F12 error console by the thumbnail screenshots only. No larger versions available.

Code: Select all

Use of getPreventDefault() is deprecated.  Use defaultPrevented instead.  
jquery-1.8.3.min.js:2:40353
Suspense boundary mounted.  
main.js:13:1620756
Suspense boundary unmounted.  
main.js:13:1620802
https://react.dev/reference/react/Suspense
"Judge a person not by their superficial identity attributes, but by the content of their character."
"Organized Identity Politics are the bane of civilized society."
"Cognitive dissonance hypocrisy is a pandemic."
"Capitalism is the worst form of economic system, except for all the others."

User avatar
Mæstro
Board Warrior
Board Warrior
Posts: 1091
Joined: 2019-08-13, 00:30
Location: Casumia

Re: Any steam game store page - React Suspense

Post by Mæstro » 2026-04-09, 03:32

The test page renders properly for me in the side profile with only the following notices in the error console:

Code: Select all

Zeitstempel: 08.04.2026 23:30:12
Warnung: getPreventDefault() sollte nicht mehr verwendet werden. Verwenden Sie stattdessen defaultPrevented.
Quelldatei: https://store.akamai.steamstatic.com/public/shared/javascript/jquery-1.8.3.min.js?v=NXam5zydzNu8&l=german&_cdn=akamai
Zeile: 2

Zeitstempel: 08.04.2026 23:30:19
Fehler: Pale Moon kann keine Verbindung zu dem Server unter ws://127.0.0.1:27060/clientsocket/ aufbauen.
Quelldatei: https://store.akamai.steamstatic.com/public/javascript/applications/store/openindesktopclient.js?contenthash=acfce14b5864ac05fc45
Zeile: 13

Zeitstempel: 08.04.2026 23:30:22
Warnung: Mediendatei konnte nicht abgespielt werden. Keine Dekoder für angefragte Formate: application/vnd.apple.mpegurl;codecs="avc1.64001f mp4a.40.02"
Quelldatei: https://store.steampowered.com/app/1805320/Romestead/
Zeile: 0
Life is a fever dream Mæstro would enjoy.
All posts 100% organic. Ash is the best letter.
What is being nice online?
Debian 10 ELTS / Official PM build

User avatar
Gemmaugr
Astronaut
Astronaut
Posts: 551
Joined: 2025-02-03, 07:55

Re: Any steam game store page - React Suspense

Post by Gemmaugr » 2026-04-09, 03:51

Mæstro wrote:
2026-04-09, 03:32
The test page renders properly for me in the side profile with only the following notices in the error console:
Doesn't look like your side profile allows javascript or media?

Anyway, I've test both logged in (Pale Moon modified profile), logged out (Pale Moon default new profile), and logged out in Basilisk. It's the same in each and every one.
"Judge a person not by their superficial identity attributes, but by the content of their character."
"Organized Identity Politics are the bane of civilized society."
"Cognitive dissonance hypocrisy is a pandemic."
"Capitalism is the worst form of economic system, except for all the others."

User avatar
Mæstro
Board Warrior
Board Warrior
Posts: 1091
Joined: 2019-08-13, 00:30
Location: Casumia

Re: Any steam game store page - React Suspense

Post by Mæstro » 2026-04-09, 04:39

The side profile permits JavaScript to run. It is default except for its advert blocker and language pack.
Life is a fever dream Mæstro would enjoy.
All posts 100% organic. Ash is the best letter.
What is being nice online?
Debian 10 ELTS / Official PM build

User avatar
adoxa
Astronaut
Astronaut
Posts: 616
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: Any steam game store page - React Suspense

Post by adoxa » 2026-04-09, 08:00

The missing large images are due to unsupported aspect-ratio (and the title and counter text should be hidden, but is not due to missing :popover). Here's the current style, but will probably change after an update.

Code: Select all

._7uoIsggaW3jDWxwMtlOy8 {
  height: 455px;
}

User avatar
Gemmaugr
Astronaut
Astronaut
Posts: 551
Joined: 2025-02-03, 07:55

Re: Any steam game store page - React Suspense

Post by Gemmaugr » 2026-04-09, 09:22

adoxa wrote:
2026-04-09, 08:00
The missing large images are due to unsupported aspect-ratio (and the title and counter text should be hidden, but is not due to missing :popover). Here's the current style, but will probably change after an update.

Code: Select all

._7uoIsggaW3jDWxwMtlOy8 {
  height: 455px;
}
Ah, ok. So it's https://repo.palemoon.org/MoonchildProd ... ssues/2404 then. Thanks!

I guess I'll just have to wait for it to be implemented... after they've finished defining the "standard".. because it'll be much faster than expecting steam/react to have a fallback.
"Judge a person not by their superficial identity attributes, but by the content of their character."
"Organized Identity Politics are the bane of civilized society."
"Cognitive dissonance hypocrisy is a pandemic."
"Capitalism is the worst form of economic system, except for all the others."