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
ERROR: Warning: Failed prop type: Invalid prop 'style' of type 'array' supplied to 'Select2', expected 'object'. in Select2 (at RegisterView.js:220) in Formik (at RegisterView.js:119) in RCTView (at View.js:34) .......................
ERROR:
Warning: Failed prop type: Invalid prop 'style' of type 'array' supplied to 'Select2', expected 'object'. in Select2 (at RegisterView.js:220) in Formik (at RegisterView.js:119) in RCTView (at View.js:34) .......................
CODE:
style={[style.selectInput, errors.city ? style.inputError : undefined]}
i'm looking to pass a style and on error edit this style... so, on error it will change color of border... maybe just need to fix it on propTypes.
The text was updated successfully, but these errors were encountered: