-
-
Notifications
You must be signed in to change notification settings - Fork 613
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
breaking(core): avoid continuable promise in store api (#2695)
* add failing test for #2682 * wip: continuable promise in useAtomValue * wip: abortable promise * wip fix store test * wip: fix dependency test * wip: fix continuable promise * fix unwrap test * fix loadable tes * fix with attachPromiseMeta * refactor * eliminate abort controller for promise * small refactor * refactor * minor refactor * improvement: cancel handler receives next value
- Loading branch information
Showing
9 changed files
with
293 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.