-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add ConflictModal
and SyncConflictModal
components
#466
Conversation
4c9fe55
to
2e0c4c3
Compare
Since react-testing-library seems to be letting us down I'm ok with not adding a test (if we are sure it's working) or adding a e2e test for this and being done with it for now. |
One last thing maybe worth trying is to install Seems you can use |
c9ebd3d
to
bd53325
Compare
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.
- Looks good overall except for some repeated logic
- Nice job on the tests and getting them working
- We shouldn't offer overwriting I think, but happy for us to open an issue for that and defer changing it to the next milestone.
Oh and can you give this PR a better name please. |
bd53325
to
474a76b
Compare
0517f42
to
a498137
Compare
ConflictModal
and SyncConflictModal
7c6e002
to
ddc7f66
Compare
… not cause conflict
ddc7f66
to
12af2ab
Compare
Does HOC stand for higher order component? So a component that takes in another component as an argument and transforms it? Do |
ConflictModal
and SyncConflictModal
ConflictModal
and SyncConflictModal
component
We are using |
ConflictModal
and SyncConflictModal
componentConflictModal
HOC and SyncConflictModal
component
Fix: add missing imports
12af2ab
to
c6db11d
Compare
ConflictModal
HOC and SyncConflictModal
componentConflictModal
and SyncConflictModal
components
Fixes #441