Skip to content

Commit

Permalink
Fix example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins authored Nov 24, 2021
1 parent fbb2612 commit 09ded7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/docs/version-2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ import { Toaster, ToastBar } from 'react-hot-toast';
const CustomToaster = () => (
<Toaster>
{(t) => (
<ToastBar>
<ToastBar toast={t}>
{({ icon, message }) => (
<>
{icon}
Expand Down

1 comment on commit 09ded7f

@vercel
Copy link

@vercel vercel bot commented on 09ded7f Nov 24, 2021

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.