fervillalbag

Results 1 comments of fervillalbag

In a separate component called Alert.jsx develop your custom component and add the useEffect hook to it like this: ```jsx useEffect(() => { setTimeout(() => { toast.dismiss(t.id); }, 2000); },...