Error in react-select 8 with react 16 and react-script 5 #5849
Unanswered
sarang-damkondwar
asked this question in
Q&A
Replies: 2 comments 2 replies
-
@sarang-damkondwar , Can you share a code example with bug replicated? If possible, on codesandbox |
Beta Was this translation helpful? Give feedback.
2 replies
-
this error occurs when you are trying to fetch the data from API but API is returning an object or null value other than array then there are chance of this error for more detail kindly share the code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am not sure what is causing the issue, but it gives an error on react-select map function (screenshot attched).
react 16, react-scripts 5 and react-select 8
"react": "^16.14.0",
"react-aux": "^1.1.0",
"react-confirm-alert": "^2.0.5",
"react-datepicker": "^1.8.0",
"react-dom": "^16.4.1",
"react-draggable": "^4.4.4",
"react-fontawesome": "^1.6.1",
"react-idle-timer": "^4.6.4",
"react-portal": "^4.2.0",
"react-pro-sidebar": "^0.4.4",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "5.3.3",
"react-scripts": "^5.0.1",
"react-select": "^5.7.7",
Thanks, in advance.
Beta Was this translation helpful? Give feedback.
All reactions