-
Notifications
You must be signed in to change notification settings - Fork 303
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
Farzin/72980/Migrate cashier
to mobx-react-lite
#6161
Farzin/72980/Migrate cashier
to mobx-react-lite
#6161
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -15,7 +14,7 @@ const Routes = ({ error, has_error, is_logged_in, is_logging_in, passthrough }) | |||
}; | |||
|
|||
Routes.propTypes = { | |||
error: MobxPropTypes.objectOrObservableObject, | |||
error: PropTypes.any, |
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.
Should replace with the proper type.
@@ -90,7 +89,7 @@ PaymentAgentDeposit.propTypes = { | |||
onChangePaymentMethod: PropTypes.func, | |||
payment_agent_list: PropTypes.array, | |||
selected_bank: PropTypes.oneOfType([PropTypes.number, PropTypes.string]), | |||
supported_banks: MobxPropTypes.arrayOrObservableArray, | |||
supported_banks: PropTypes.any, |
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.
Should replace with the proper type.
A production App ID was automatically generated for this PR. (log)
Click here to copy & paste above information.
|
Codecov Report
@@ Coverage Diff @@
## master #6161 +/- ##
==========================================
- Coverage 20.71% 20.71% -0.01%
==========================================
Files 1403 1403
Lines 32102 32104 +2
Branches 5432 5434 +2
==========================================
Hits 6649 6649
- Misses 25042 25044 +2
Partials 411 411
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
8d08985
3fd286d
to
e21c513
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Changes:
Please include a summary of the change and which issue is fixed below:
mobx-react
withmobx-react-lite
When you need to add unit test
When you need to add integration test
Test coverage checklist (for reviewer)
Type of change