Solutionunvalidated
Export middleware as a flat array (or spread the individual middleware functions) and pass that list directly to the store’s middleware `concat`, avoiding custom wrapper middleware that composes other middleware within a single middleware definition.
a1a92b4d-9ff0-4635-ad67-4c564b2ad335
Export middleware as a flat array (or spread the individual middleware functions) and pass that list directly to the store’s middleware concat, avoiding custom wrapper middleware that composes other middleware within a single middleware definition.