This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
I'm calling mutate() in the useEffect() of a component. Basically I want to invoke something when opening a modal - so I cannot react on the button click, if the mutation should be in the modal itself ...