-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #403 from jamesplease/3.0.2
3.0.2
- Loading branch information
Showing
4 changed files
with
18 additions
and
3 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
export default { | ||
REQUEST_IDLE: 'REQUEST_IDLE', | ||
UPDATE_RESOURCES: 'UPDATE_RESOURCES', | ||
DELETE_RESOURCES: 'DELETE_RESOURCES', | ||
|
||
// These will be used in Redux Resource v3.1.0. For now, | ||
// they are reserved action types. | ||
// REQUEST_IDLE: 'REQUEST_IDLE', | ||
// REQUEST_PENDING: 'REQUEST_PENDING', | ||
// REQUEST_FAILED: 'REQUEST_FAILED', | ||
// REQUEST_SUCCEEDED: 'REQUEST_SUCCEEDED', | ||
// UPDATE_RESOURCES: 'UPDATE_RESOURCES', | ||
}; |
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