Skip to content

Commit

Permalink
fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
gpalmer27 committed Oct 27, 2024
1 parent 101d169 commit 3c0ac8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/hooks/use-toast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const reducer = (state: State, action: Action): State => {
}
};

const listeners: ((state: State) => void[])[] = [];
const listeners: ((state: State) => void)[] = [];

let memoryState: State = { toasts: [] };

Expand Down

0 comments on commit 3c0ac8d

Please sign in to comment.