Simplify creating store modules with static initial state
Allow the `initialState` argument to `createStoreModule` to be a value to simplify usage for modules where the initial state is a static value (ie. has no dependency on data in `settings`).
Showing
Please register or sign in to comment