You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from this comment, the defaultProps in IOUAmountPage doesn't work, because if any keys in props.iou is defined, we don't check that iou.selectedCurrencyCode is actually set.
Why is this important?
It makes the code cleaner and less confusing
Solution
Remove the broken default props
The text was updated successfully, but these errors were encountered:
Problem
Coming from this comment, the defaultProps in IOUAmountPage doesn't work, because if any keys in
props.iou
is defined, we don't check thatiou.selectedCurrencyCode
is actually set.Why is this important?
It makes the code cleaner and less confusing
Solution
Remove the broken default props
The text was updated successfully, but these errors were encountered: