mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-31 01:26:16 +00:00
Migrated selectServer action to RTK and moved loadMercureInfo to an action listener
This commit is contained in:
@@ -20,5 +20,5 @@ export const setUpStore = (container: IContainer) => configureStore({
|
||||
preloadedState,
|
||||
middleware: (defaultMiddlewaresIncludingReduxThunk) => defaultMiddlewaresIncludingReduxThunk(
|
||||
{ immutableCheck: false, serializableCheck: false }, // State is too big for these
|
||||
).concat(save(localStorageConfig)),
|
||||
).prepend(container.selectServerListener.middleware).concat(save(localStorageConfig)),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user