Skip to content

Commit

Permalink
this is client only component
Browse files Browse the repository at this point in the history
  • Loading branch information
boonya committed Jan 7, 2024
1 parent 8812922 commit 58b92ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boonya/react-toaster",
"version": "1.0.0-canary.0",
"version": "1.0.0-canary.1",
"description": "Simple and lightweight react library to show stackable toasts.",
"keywords": [
"notification",
Expand Down
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import useStack from './useStack';
import {PropsWithChildren} from 'react';
import Portal from './Portal';
Expand Down

0 comments on commit 58b92ca

Please sign in to comment.