I have a component that I trigger via a state object:
const Alerts = () => { const alert = useStore((state) => state.alert); const setAlert = useStore((