-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added the ErrorBoundary component * added the rtkQueryErrorLogger middleware * implemented logic of saving the RTK Query errors in the store * added the ErrorHandler logic * refactoring and added types * updated the ErrorHandler component * Update the ErrorBoundary * added the test code * updated the ErrorBoundary logic * deleted the test code * added the useApiErrorHandler hook * updated the test code * updated the useApiErrorHandler and deleted unused logic * updated the ErrorBoundary * refactoring * deleted the test code * added styles for the ErrorBoundary * updated the useApiErrorHandler hook * deleted the test code * updated the useApiErrorHandler hook by creating the method for tracking errors directly * added the ErrorHandler module and updated the error approach * refactored the ErrorHandler logic and updated types for the Tag * updated the ApiError class * added export file * updated the trackError method and updated the components by using it instead of throwing the error * added the trackError instead of using error throwing * added the trackError method instead of throwing error * fixed types * fixed issues * fixed issues * fixed issue * updated the type * updated the ErrorHandler by adding the handler prop and fixed statement * Automatic frontend build --------- Co-authored-by: ValeriaMaltseva <[email protected]>
- Loading branch information
1 parent
195de2c
commit 205a4ed
Showing
69 changed files
with
2,918 additions
and
107 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
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
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
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.