We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b4737 commit 236f4f4Copy full SHA for 236f4f4
docs/examples/maxCount.tsx
@@ -5,7 +5,7 @@ import { useNotification } from '../../src';
5
import motion from './motion';
6
7
export default () => {
8
- const [notice, contextHolder] = useNotification({ motion, maxCount: 3, top: 100 });
+ const [notice, contextHolder] = useNotification({ motion, maxCount: 3 });
9
10
return (
11
<>
0 commit comments