Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Dec 00:55
· 234 commits to main since this release
75e6187

Patch Changes

  • #4597 ae0b05f11 Thanks @davidkpiano! - Update the argument object of enqueueActions(...) to include the self and system properties:

    // ...
    entry: enqueueActions(({ self, system }) => {
      // ...
    });