fkhadra / react-toastify

React notification made easy 🚀 !
https://fkhadra.github.io/react-toastify/introduction
MIT License
12.58k stars 692 forks source link

when i set limit 1 , showing extra notifications #1006

Closed MehulFreelancing closed 11 months ago

MehulFreelancing commented 12 months ago

Hear is my simple code import logo from './logo.svg'; import './App.css'; import { toast } from 'react-toastify'; import { useState } from 'react';

import { ToastContainer } from 'react-toastify'; import 'react-toastify/dist/ReactToastify.css';

function App() { const notify = ()=>{ toast.success("hello")

}

return (

); }

export default App;

fkhadra commented 11 months ago

Should be fixed in v10 releasing soon