-
Notifications
You must be signed in to change notification settings - Fork 378
Show errors on the "Simple React" page. #321
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
Conversation
|
@AlexKVal Looks outstanding. Reviewed 2 of 2 files at r1. client/app/bundles/comments/components/CommentBox/CommentForm/CommentForm.jsx, line 19 [r1] (raw file):
I've hardly ever used the client/app/bundles/comments/components/CommentBox/CommentForm/CommentForm.jsx, line 132 [r1] (raw file):
Nice to be adding this! client/app/bundles/comments/components/CommentBox/CommentForm/CommentForm.jsx, line 145 [r1] (raw file):
react-bootstrap/react-bootstrap#1765 react-bootstrap/react-bootstrap#1826 Should we change Input to something else? client/app/bundles/comments/components/CommentBox/CommentForm/CommentForm.jsx, line 254 [r1] (raw file):
Nice Comments from Reviewable |
|
Review status: all files reviewed at latest revision, 4 unresolved discussions, some commit checks failed. client/app/bundles/comments/components/CommentBox/CommentForm/CommentForm.jsx, line 19 [r1] (raw file):
|
|
Review status: all files reviewed at latest revision, 4 unresolved discussions, some commit checks failed. client/app/bundles/comments/components/CommentBox/CommentForm/CommentForm.jsx, line 19 [r1] (raw file):
|
|
I've added the fix for the "React Demo" page. Now I will rebase the branch to master to resolve current conflicts. |
Only for "Horizontal Form" and "Stacked Form"
0fa88df to
2704719
Compare
And resolve eslint warnings because of Eslint (shakacode#320)
|
I've rebased the PR onto the latest master. Should I update 🍒 |
|
@AlexKVal The key thing we need is a capybara test that verifies this across the page. If we had that test, we would have caught this issue long ago. Otherwise, looking fabulous! Reviewed 3 of 3 files at r2. client/app/bundles/comments/components/CommentBox/CommentForm/CommentForm.jsx, line 145 [r1] (raw file):
|
Then I'll learn |
|
I added tests. |
|
Fabulous! Reviewed 2 of 2 files at r3. Comments from Reviewable |
Partially resolves #295
Simple Reactpage.I probably will try to fix other pages as well.
(Later. When I feel myself less sick.)
This change is