Skip to content

Doesn't seem to be calling connect after actions are batched? #1

@colbycheeze

Description

@colbycheeze

Not sure exactly what is happening, but none of the components update their props after a set of batched actions are dispatched. The store has all of the updated data, but not the components.

This happens with arrays passed OR even normal dispatches after hooking up the reduxBatch middleware via

  const store = createStore(rootReducer, composeEnhancers(
    reduxBatch, applyMiddleware(...middleware), reduxBatch
  ), initialState)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions