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
./app/_components/richtext/button-copy.tsx:39:8
Type error: No overload matches this call.
Overload 1 of 2, '(props: ToastProps | Readonly<ToastProps>): Toast', gave the following error.
Property 'content' is missing in type '{ position: "bottom-center"; ref: MutableRefObject<any>; }' but required in type 'Readonly<ToastProps>'.
Overload 2 of 2, '(props: ToastProps, context: any): Toast', gave the following error.
Property 'content' is missing in type '{ position: "bottom-center"; ref: MutableRefObject<any>; }' but required in type 'Readonly<ToastProps>'.
The text was updated successfully, but these errors were encountered:
We will wait for the next release, for now, let's pin at PrimeReact to v10.2.1.
hunghvu
changed the title
Build fail since upgrading to PrimeReact 10.3.0 (Toast component)
Build fail after upgrading to PrimeReact 10.3.0 (Toast component)
Jan 6, 2024
The text was updated successfully, but these errors were encountered: