Skip to content

Commit

Permalink
fix: export
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Aug 27, 2024
1 parent 2872b0d commit be55554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import ToastMessage from './component/toast-message';
import { isToastUpdateOptions } from './lib/type-guard';
import ToastContainer from './component/toast-container';

export let toastComponentList: ToastComponent[] = [];
let toastComponentList: ToastComponent[] = [];

const init = () => {
const toastContainer = isBrowser() && document.getElementById(styles['toast_container']);
Expand Down

0 comments on commit be55554

Please sign in to comment.