Skip to content

Commit

Permalink
Fix sonner usage in server components (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkowalski authored Sep 18, 2023
1 parent 3e235e6 commit dc9802f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"name": "sonner",
"version": "0.7.4",
"description": "An opinionated toast component for React.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"types": "dist/index.d.ts",
"files": [
"dist"
Expand Down

1 comment on commit dc9802f

@vercel
Copy link

@vercel vercel bot commented on dc9802f Sep 18, 2023

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.