Make sure you're importing it correctly:
import { ToastContainer, toast } from 'react-toastify';
import 'react-toastify/dist/ReactToastify.css';
Also, don't forget to include the <ToastContainer />
somewhere in your app, like in App.js or _app.js.