fluxible-action-utils
fluxible-action-utils copied to clipboard
Utility methods to aid in writing actions for fluxible based applications.
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 feat: Provide helpful error message...
Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 5.1.0. Release notes Sourced from chai's releases. v5.1.0 What's Changed Remove useless guards and add parentheses to constuctors by @koddsson in chaijs/chai#1593 Cleanup jsdoc comments...
Bumps [jenkins-mocha](https://github.com/stjohnjohnson/jenkins-mocha) from 9.0.0 to 11.0.0. Release notes Sourced from jenkins-mocha's releases. v11.0.0 Mocha 10 v10.0.0 No release notes provided. Commits 68b1cc4 Merge pull request #55 from stjohnjohnson/bump-mocha-10 45b111c [major]...
In the docs, I see this: ``` loadStuffForUser: [ 'loadUser', { // will be executed after 'loadUser' task completes successfully action: require('../../actions/loadStuffForUser'), params: context.getStore(UserStore).getGUID() } ] ``` `getGUID` is ran...
Right now we don't have specify any timeouts for our actions, so theoretically, the `initializePage` page action can run forever if even one of the multiple actions takes too long....