Reactjs – can not use an id that I saved in props as default value in react select
I have a component that renders a reusable dropdown list. When I use it to add a new project, I can set category. But, when I use it to edit the project, the dropdown doesn't show the selected category. However…