Skip to content

Commit

Permalink
fix(toast): add 'use client' directive to resolve Vercel deployment S…
Browse files Browse the repository at this point in the history
…SR issue
  • Loading branch information
kerthans authored Feb 14, 2025
1 parent 7e07840 commit ebc57f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/toast.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client'
import type { JSX } from 'react'
import { jsx } from 'react/jsx-runtime'
import type { ExternalToast } from 'sonner'
Expand Down

0 comments on commit ebc57f1

Please sign in to comment.