Skip to content

Commit

Permalink
Fix link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Dec 18, 2020
1 parent bf728ff commit 897b111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/docs/use-toaster.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default ({ children, meta }) => <Layout meta={meta}>{children}</Layout>;

Create your own notifications with **headless mode**. Tree shaking is supported, so you won't ship any unused styles.

It's recommended to only have one `<Toaster/>` or `useToaster()` in your app at a time. If you need the current state without the handlers, you should use [`useToasterStore()`](/docs/use-toaster-state) instead.
It's recommended to only have one `<Toaster/>` or `useToaster()` in your app at a time. If you need the current state without the handlers, you should use [`useToasterStore()`](/docs/use-toaster-store) instead.

### Basic Example

Expand Down

1 comment on commit 897b111

@vercel
Copy link

@vercel vercel bot commented on 897b111 Dec 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.