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
When using ESM Modules as of core-utils 3.2.1, async methods are transpiled into code that refers to regeneratorRuntime, however an import/require of regeneratorRuntime is missing somehow. The missing import is causing the UI to crash when it invokes async from the core-utils package, for instance.
When using ESM Modules as of core-utils 3.2.1,
async
methods are transpiled into code that refers toregeneratorRuntime
, however animport
/require
ofregeneratorRuntime
is missing somehow. The missing import is causing the UI to crash when it invokesasync
from the core-utils package, for instance.Web links related to this issue:
See the console logs when opening this link directly (you an test locally on a repo that uses core-utils 3.2.1 too):
https://planyourtrip-test.ibi-transit.com/#/?ui_activeSearch=lfjh9isfg&ui_activeItinerary=0&fromPlace=131%20East%20Thornton%20Road%2C%20Houston%2C%20TX%2C%20USA%3A%3A29.83319855947471%2C-95.40059240628393&toPlace=4310%20Polk%20Street%2C%20Houston%2C%20TX%2C%20USA%3A%3A29.739041652900454%2C-95.33629030794711&date=2021-07-08&time=16%3A53&arriveBy=false&mode=WALK%2CBUS%2CTRAM&showIntermediateStops=true&maxWalkDistance=1207&optimize=QUICK&walkSpeed=1.34&ignoreRealtimeUpdates=true&numItineraries=3&otherThanPreferredRoutesPenalty=900
The text was updated successfully, but these errors were encountered: