Hello
Just upgraded from 4.22 to 4.23. When i run my app locally using npm start things work fine.
However when i build the app (npm run build) the maps don't load anymore. I see this error in the console
Uncaught (in promise) TypeError: _ is not a function
at e.value (RenderingContext.js:5:23779)
at e.value (RenderingContext.js:5:2866)
at new e (RenderingContext.js:5:1458)
at new i (Stage.js:5:2261)
at u.value (MapView.js:5:17175)
at u.<anonymous> (View.js:5:3490)
at watch.js:5:2481
at i (trackingUtils.js:5:281)
at p (trackingUtils.js:5:795)
at e.i [as _notify] (trackingUtils.js:5:288)
When i go back to 4.22 things work.
I'm using node v12.13.1 and npm 6.14.8
Does anyone else have these issues?
Thank you
Fabian