Fetching pins for text: ${text} and userId: ${userId}
Fetching pins for text: ${text} and userId: ${userId}
); }, [text, userId]); ~
i am working with sanity and i want to change the pins displayed when the text changes. problem is the text does change from created to save and runs the code as expected but when i change it back to created, it still runs the code with savedQuery not the createdQuery