You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey All, just wanted to get these in front of you asap, so that they can get acknowledged when possible. Please Let me know if you need help reproducing any of the issues. Thanks!
Travel Preferences settings (ie "Optimize For/Walk Speed/Maximum Walk") with any mode of traveling is not functional. Receiving uncaught TypeError. This is visible in the OTP UI Storybook.
Trip Form/util.js line 156 is rendering an IconTag by doing a direct key lookup on line 148 which can come back null silently if the key doesnt exist.
The rendering will fail when a user tries to render that company Icon when the relevant mode is selected.
We hit this issue when one our companies had all caps as the ID instead of the normal casing.
micromobilityModes array is req'd in the supportedModes prop even though Trimet doesnt support Micromobility only modes of traveling. Without it, getBicycleOrMicromobilityModeOptions throws a `TypeError: cannot read property 'map' of null
The text was updated successfully, but these errors were encountered:
Hey All, just wanted to get these in front of you asap, so that they can get acknowledged when possible. Please Let me know if you need help reproducing any of the issues. Thanks!
Travel Preferences settings (ie "Optimize For/Walk Speed/Maximum Walk") with any mode of traveling is not functional. Receiving uncaught TypeError. This is visible in the OTP UI Storybook.
Trip Form/util.js line 156 is rendering an IconTag by doing a direct key lookup on line 148 which can come back null silently if the key doesnt exist.
The rendering will fail when a user tries to render that company Icon when the relevant mode is selected.
We hit this issue when one our companies had all caps as the ID instead of the normal casing.
micromobilityModes array is req'd in the supportedModes prop even though Trimet doesnt support Micromobility only modes of traveling. Without it,
getBicycleOrMicromobilityModeOptions
throws a `TypeError: cannot read property 'map' of nullThe text was updated successfully, but these errors were encountered: