:warning: Has anyone encountered `TypeError: Canno...
# compose-web
e
⚠️ Has anyone encountered
TypeError: Cannot read properties of undefined (reading 'getParameter')
crashes in Compose Multiplatform (JS target)? Details: • Project was working fine until last Friday (no code changes from my side) • Started crashing in Chrome v131.0.6778.86 (arm64) • Works in Safari, though with WebGL warnings in logs Error details: • Chrome: No render and
TypeError: Cannot read properties of undefined (reading 'getParameter')
in logs • Safari: App renders with
INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
in logs I found a related issue report CMP-4130, but it was closed as obsolete without resolution. Any insights or workarounds would be appreciated!
1
Apparently Google Chrome reset the
Override software rendering list
flag to disabled after an update. It can be enabled back in chrome://flags/ and then it works as usual.