-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
False
-
-
True
-
-
-
OCMUI Team Sprint 278
Environment: prod
Url: https://console.redhat.com/openshift/create/rosa/wizard
Browser: Safari 26.0.1
OS: MacOS 10.15.7
Reproduction steps: Unsure as this error was tracked by sentry and not reported by a customer. From the report it seems the error happens while filtering machine types:
Current Result:
undefined is not an object (evaluating 't.typesByID[e]')
The file causing this is src/components/clusters/common/ScaleSection-deprecated/MachineTypeSelection/MachineTypeSelection.jsx line 164 :29
const isMachineTypeIncludedInFilteredSet = (machineTypeID, filteredMachineTypes) =>
!!filteredMachineTypes?.typesByID[machineTypeID];
Expected Result: No runtime errors
You can find more info on the sentry error:
https://glitchtip.devshift.net/ocm/issues/3950209