-
Notifications
You must be signed in to change notification settings - Fork 31
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
Update project typing for project samplesApi #1458
base: development
Are you sure you want to change the base?
Conversation
# Conflicts: # CHANGELOG.md
} | ||
return Promise.reject("An unexpected error occurred"); |
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.
🚫 [eslint] <prefer-promise-reject-errors> reported by reviewdog 🐶
Expected the Promise rejection reason to be an Error.
} | ||
return Promise.reject("An unexpected error occurred"); |
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.
🚫 [eslint] <prefer-promise-reject-errors> reported by reviewdog 🐶
Expected the Promise rejection reason to be an Error.
onComplete, | ||
onCancel, | ||
}: MergeModalProps) { | ||
console.log(samples); |
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.
Unexpected console statement.
Description of changes
What did you change in this pull request? Provide a description of files changed, user interactions changed, etc. Include how to test your changes.
Related issue
Link to the GitHub issue this pull request addresses using the
#issuenum
format. If it completes an issue, useFixes #issuenum
to automatically close the issue.Checklist
Things for the developer to confirm they've done before the PR should be accepted: