You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{Sheet,SheetContent,SheetDescription,SheetHeader,SheetTitle,}from"@/components/ui/sheet";exportdefaultfunctionHome(){return(<main><Sheetopenmodal={false}><SheetContent><SheetHeader><SheetTitle>Are you absolutely sure?</SheetTitle><SheetDescription>
This action cannot be undone. This will permanently delete your
account and remove your data from our servers.
</SheetDescription></SheetHeader></SheetContent></Sheet></main>);}
I found this error occurs when I use open props for <Sheet> component.
But not sure what's causing this error..
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
src/page.tsx
I found this error occurs when I use
open
props for<Sheet>
component.But not sure what's causing this error..
Beta Was this translation helpful? Give feedback.
All reactions