After upgrading to ArcGIS Javascript API 4.26.4, the map on our application is unable to load. It shows a black screen. The error message in the browser console is:
Uncaught (in promise) TypeError: i is not a function
at I.enforceState (RenderingContext.js 5:1)
at I.configure (RenderingContext.js 5:1)
at new I (RenderingContext.js 5:1)
at new P (Stage.js: 5:1)
at p._startup (MapView.js 5:1)
at View.js: 5:1
at u (reactiveUtils.js: 5:1)
at watch.js: 5:1
at s (trackingUtils.js:5:1)
at c (trackingUtils.js:5:1)
at s [as _notify] (trackingUtils.js:5:1)
at s.onCommitted (SimpleTrackingTarget.js:5:1)
at l.onCommitted (Property.js:5:1)
at l.onCommitted (Property.js:5:1)
at l.onCommitted (Property.js:5:1)
at l.onCommitted (Property.js:5:1)
at a.commit (Property.js:5:1)
at O.setAtOrigin (Property.js:5:1)
at O._internalSet (Property.js:5:1)
at O.internalSet (Property.js:5:1)
at p._set (Accessor.js:5:1)
at Loadable.js:5:1
The ArcGIS server we are using is ArcGIS enterprise version 10.41. We are not using knowledgeGraphService in our application, so not sure if it is necessary to upgrade the server to enterprise version 11.1 as mentioned in the breaking changes.