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
Warning: A props object containing a "key" prop is being spread into JSX:
let props = {key: someKey, direction: ..., testID: ..., space: ...};
<Spacer {...props} />
Warning: Failed prop type: The prop children is marked as required in Box, but its value is undefined.
The text was updated successfully, but these errors were encountered:
Warning: A props object containing a "key" prop is being spread into JSX:
let props = {key: someKey, direction: ..., testID: ..., space: ...};
<Spacer {...props} />
Warning: Failed prop type: The prop
children
is marked as required inBox
, but its value isundefined
.The text was updated successfully, but these errors were encountered: