falcondpr
Results
2
comments of
falcondpr
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); },...
Following the steps I still have the problem ```bash info A dev server is already running for this project on port 8081. info Installing the app... > Configure project :app...