Eugene Sorokin
11/24/2024, 3:53 PMTypeError: 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!Eugene Sorokin
11/25/2024, 11:02 AMOverride software rendering list
flag to disabled after an update.
It can be enabled back in chrome://flags/ and then it works as usual.