You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the enhancers field is an array, it completely overrides enhancers and thus middlewares are not included (as of #3347).
This is too much of a footgun - instead, we should require enhancers to be a callback. This would make it more obvious that getDefaultEnhancers should be used.