Skip to content

Instantly share code, notes, and snippets.

View adnasa's full-sized avatar
💐

Adnan Asani adnasa

💐
View GitHub Profile
  • Remove reducers, move them to utils
  • Remove actions
  • re-translating "Shared.StatesDropdown.noInitialStates": "In diesem Projekt ist kein Workflow definiert"
  • schema stitching MyCustomType
  • API has a mix of Ref on fields not named as *Ref

Integration

  • LineItems
  • OrderItemsPanel
diff --git a/packages/application-shell/src/configure-store.ts b/packages/application-shell/src/configure-store.ts
index ad7ddf11..b3f005e7 100644
--- a/packages/application-shell/src/configure-store.ts
+++ b/packages/application-shell/src/configure-store.ts
@@ -53,45 +53,57 @@ const patchedGetCorrelationId = () =>
const createInternalReducer = (injectedReducers: ReducersMapObject = {}) =>
// NOTE: since we don't know in advance which reducers will be injected,
// we pass an `unknown` type to express this uncertainty and make the compiler happy.
combineReducers<unknown>({