How to use the decentraland-dapps/dist/modules/storage/reducer.storageReducerWrapper function in decentraland-dapps

To help you get started, we’ve selected a few decentraland-dapps examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github decentraland / builder / src / modules / common / reducer.ts View on Github external
export function createRootReducer(history: History) {
  return storageReducerWrapper(
    combineReducers({
      storage,
      location,
      auth,
      editor,
      translation,
      wallet,
      modal,
      assetPack,
      asset,
      ui,
      project,
      poolGroup,
      pool,
      profile,
      scene,