Mark Erikson

Results 148 issues of Mark Erikson

The Changelog page at https://crossbar.io/docs/changelog/ only covers releases since 19.6.2 . I see there is also an older changelog file at https://github.com/crossbario/crossbar/blob/86e4d93251d25d430f6bc223a85c412ac52ace7a/docs-old/pages/ChangeLog.md , but it appears to only cover up...

The docs say that `ReactPerformance.createNotifier()` returns a "middleware", but it actually creates a Redux _store enhancer_ instead, which is why it needs to be passed to `compose()` instead of passed...

The current tests for _.where() only test with a single key:value pair to filter by. I'm seeing behavior that looks like the function does not work properly if there are...

It _may_ be worth switching the current thunk snippet to be `createAsyncThunk` instead. Right now, we have: ```js // The function below is called a thunk and allows us to...

It's possible for actions to result in no state updates at all. Some actions are dispatched just as "signals" to middleware (common with sagas/observables). Others just get ignored by reducers....

feature

They're currently in #2303 , which needs to be updated. We should release them alongside 1.9 to give folks a chance to more easily update and avoid the warnings.

> This was originally "1.8 planning", but 1.8 ended up just having the listener middleware. So, keeping the issue around for both. 1.8: - TS fixes for `configureStore` and `getDefaultMiddleware`...

Listeners always run in response to a dispatched action, but this means there's no way to trigger one immediately. (Imagine a longer-running workflow, where we don't even care about what...

docs

## UPDATE 2022-1015: THIS IS NOW MUCH LESS HYPOTHETICAL AND HOPEFULLY HAPPENING SOON-ER THAN LATER! ~~## THIS IS HYPOTHETICAL AND WE ARE NOT GOING TO BE RELEASING RTK 2.0 ANY...

enhancement
maintenance