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
Something in the current master build, I think specifically the npm run build:docker generates a bundle with a static injector error in the xhr requests to the sz-entity-detail component.
ERROR Error: StaticInjectorError[t -> t]:
StaticInjectorError(Platform: core)[t -> t]:
NullInjectorError: No provider for t!
at t.get (core.js.pre-build-optimizer.js:3228)
at core.js.pre-build-optimizer.js:3473
at t (core.js.pre-build-optimizer.js:3417)
at t.get (core.js.pre-build-optimizer.js:3314)
at core.js.pre-build-optimizer.js:3473
at t (core.js.pre-build-optimizer.js:3417)
at t.get (core.js.pre-build-optimizer.js:3314)
at Ji (core.js.pre-build-optimizer.js:19784)
at t.get (core.js.pre-build-optimizer.js:20473)
at Ho (core.js.pre-build-optimizer.js:20844)
The text was updated successfully, but these errors were encountered:
Something in the current master build, I think specifically the
npm run build:docker
generates a bundle with a static injector error in the xhr requests to the sz-entity-detail component.The text was updated successfully, but these errors were encountered: