0👍
You are trying to pass function dropColor(slotProps.player)
as props. The better idea is to replace function to an object or variable and change that object/variable within method dropToggle(slotProps.player)
after @click
event is firing .
Source:stackexchange.com