Actions
Feature #34745
closedBetter handling when no key is passed to API middleware
Description
When API middleware receives an action payload with no `key`, it results in dispatching actions such as `undefined_REQUEST` and `undefined_SUCCESS`. This can cause lots of developer frustration. Should error instead so the developer knows what's going on.
Actions