You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In type definitions file - method signature declaration is wrong - mean cannot be compiled
type ToastContent = React.ReactNode | () => void; instead of
type ToastContent = React.ReactNode | { () : void };
The text was updated successfully, but these errors were encountered:
wanted to create a pull request but..
In type definitions file - method signature declaration is wrong - mean cannot be compiled
type ToastContent = React.ReactNode | () => void; instead of
type ToastContent = React.ReactNode | { () : void };
The text was updated successfully, but these errors were encountered: