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 28c3306 commit bd6d062Copy full SHA for bd6d062
apps/docs/content/docs/components/toast.mdx
@@ -47,7 +47,7 @@ The `ToastProvider` must be added to the application before using the `addToast`
47
import {HeroUIProvider} from '@heroui/react'
48
import {ToastProvider} from "@heroui/toast";
49
50
-export default function Providers({children}) {
+export function Providers({children}) {
51
return (
52
<HeroUIProvider>
53
<ToastProvider />
0 commit comments