-
Notifications
You must be signed in to change notification settings - Fork 52
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
advise(react/errorboundary): add & change example case #221
advise(react/errorboundary): add & change example case #221
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
Codecov Report
@@ Coverage Diff @@
## react/fix/useErrorBoundary-to-stable #221 +/- ##
======================================================================
Coverage 100.00% 100.00%
======================================================================
Files 21 21
Lines 842 842
Branches 149 149
======================================================================
Hits 842 842
|
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.
I left comment to edit some sentences as simple, commit suggestion please if you okay @minsoo-web
Co-authored-by: Jonghyeon Ko <[email protected]>
Co-authored-by: Jonghyeon Ko <[email protected]>
It is applied, thanks !! |
Better examples thanks! |
90da45f
into
react/fix/useErrorBoundary-to-stable
* feat(react): add useErrorBoundaryFallbackProps * chore: update * Create two-weeks-serve.md * Update packages/react/src/ErrorBoundary.ko.mdx Co-authored-by: 김석진 <[email protected]> * Update packages/react/src/ErrorBoundary.ko.mdx Co-authored-by: 김석진 <[email protected]> * Update packages/react/src/ErrorBoundary.ko.mdx Co-authored-by: 김석진 <[email protected]> * docs: update * Update packages/react/src/ErrorBoundary.ko.mdx Co-authored-by: 김석진 <[email protected]> * Update packages/react/src/ErrorBoundary.en.mdx Co-authored-by: 김석진 <[email protected]> * advise(react/errorboundary): add & change example case (#221) * docs(errorboundary): change & add example case for ErrorBoundary * docs(react/errorboundary): change & add example case to ErrorBoundary (en) * docs(react): suggestion to advise/useErrorBoundaryProps (#227) * Update ErrorBoundary.ko.mdx Co-authored-by: Jonghyeon Ko <[email protected]> * Update ErrorBoundary.en.mdx Co-authored-by: Jonghyeon Ko <[email protected]> --------- Co-authored-by: Jonghyeon Ko <[email protected]> --------- Co-authored-by: 김석진 <[email protected]> Co-authored-by: 김민수 <[email protected]>
* feat(react): add useErrorBoundaryFallbackProps * chore: update * Create two-weeks-serve.md * Update packages/react/src/ErrorBoundary.ko.mdx Co-authored-by: 김석진 <[email protected]> * Update packages/react/src/ErrorBoundary.ko.mdx Co-authored-by: 김석진 <[email protected]> * Update packages/react/src/ErrorBoundary.ko.mdx Co-authored-by: 김석진 <[email protected]> * docs: update * Update packages/react/src/ErrorBoundary.ko.mdx Co-authored-by: 김석진 <[email protected]> * Update packages/react/src/ErrorBoundary.en.mdx Co-authored-by: 김석진 <[email protected]> * advise(react/errorboundary): add & change example case (#221) * docs(errorboundary): change & add example case for ErrorBoundary * docs(react/errorboundary): change & add example case to ErrorBoundary (en) * docs(react): suggestion to advise/useErrorBoundaryProps (#227) * Update ErrorBoundary.ko.mdx Co-authored-by: Jonghyeon Ko <[email protected]> * Update ErrorBoundary.en.mdx Co-authored-by: Jonghyeon Ko <[email protected]> --------- Co-authored-by: Jonghyeon Ko <[email protected]> --------- Co-authored-by: 김석진 <[email protected]> Co-authored-by: 김민수 <[email protected]>
* feat(react): add useErrorBoundaryFallbackProps * chore: update * Create two-weeks-serve.md * Update packages/react/src/ErrorBoundary.ko.mdx * Update packages/react/src/ErrorBoundary.ko.mdx * Update packages/react/src/ErrorBoundary.ko.mdx * docs: update * Update packages/react/src/ErrorBoundary.ko.mdx * Update packages/react/src/ErrorBoundary.en.mdx * advise(react/errorboundary): add & change example case (#221) * docs(errorboundary): change & add example case for ErrorBoundary * docs(react/errorboundary): change & add example case to ErrorBoundary (en) * docs(react): suggestion to advise/useErrorBoundaryProps (#227) * Update ErrorBoundary.ko.mdx * Update ErrorBoundary.en.mdx --------- ---------
* feat(react): add useErrorBoundaryFallbackProps * chore: update * Create two-weeks-serve.md * Update packages/react/src/ErrorBoundary.ko.mdx Co-authored-by: 김석진 <[email protected]> * Update packages/react/src/ErrorBoundary.ko.mdx Co-authored-by: 김석진 <[email protected]> * Update packages/react/src/ErrorBoundary.ko.mdx Co-authored-by: 김석진 <[email protected]> * docs: update * Update packages/react/src/ErrorBoundary.ko.mdx Co-authored-by: 김석진 <[email protected]> * Update packages/react/src/ErrorBoundary.en.mdx Co-authored-by: 김석진 <[email protected]> * advise(react/errorboundary): add & change example case (#221) * docs(errorboundary): change & add example case for ErrorBoundary * docs(react/errorboundary): change & add example case to ErrorBoundary (en) * docs(react): suggestion to advise/useErrorBoundaryProps (#227) * Update ErrorBoundary.ko.mdx Co-authored-by: Jonghyeon Ko <[email protected]> * Update ErrorBoundary.en.mdx Co-authored-by: Jonghyeon Ko <[email protected]> --------- Co-authored-by: Jonghyeon Ko <[email protected]> --------- Co-authored-by: 김석진 <[email protected]> Co-authored-by: 김민수 <[email protected]>
Overview
This PR is for clear example case for #216
PR Checklist