-
Notifications
You must be signed in to change notification settings - Fork 892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show message about server error when sync is active #1128
Conversation
@@ -111,6 +111,10 @@ export default class SyncEnabledContent extends React.PureComponent<Props, State | |||
}) | |||
} | |||
|
|||
onUserNoticedError = () => { | |||
this.props.actions.resetSyncSetupError() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SYNC_RESET_SETUP_ERROR, this naming is confusing. what exactly is it related to reset?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this dispatches a message cleaning up the error message (store receives undefined
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
per discussion in DM, please do a follow-up for better naming of this every where.
show message about server error when sync is active
show message about server error when sync is active
fix brave/brave-browser#2577
Test Plan:
This also adds the internet connection error