‘value’ is specified more than once, so this usage will be overwritten
I’m trying to fetch the IDs of categories from the category table and display them within this Form element. I need to select the ID from here and add the product accordingly. But I’m getting an error.
value={product.category || ‘default’}
it is giving an error here.