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
{{ message }}
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
'DropdownMenu' cannot be used as a JSX component.
Its type 'FC & { Trigger: ForwardRefExoticComponent<DropdownMenuTriggerProps & RefAttributes>; ... 12 more ...; Hint: { ...; }; }' is not a valid JSX element type.
Type 'FC & { Trigger: ForwardRefExoticComponent<DropdownMenuTriggerProps & RefAttributes>; ... 12 more ...; Hint: { ...; }; }' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
Type 'ReactElement<any, any> | null' is not assignable to type 'ReactNode'.
Type 'ReactElement<any, any>' is not assignable to type 'ReactNode'.
Property 'children' is missing in type 'ReactElement<any, any>' but required in type 'ReactPortal'.ts(2786)
index.d.ts(175, 9): 'children' is declared here.
'DropdownMenu' cannot be used as a JSX component.
Its type 'FC & { Trigger: ForwardRefExoticComponent<DropdownMenuTriggerProps & RefAttributes>; ... 12 more ...; Hint: { ...; }; }' is not a valid JSX element type.
Type 'FC & { Trigger: ForwardRefExoticComponent<DropdownMenuTriggerProps & RefAttributes>; ... 12 more ...; Hint: { ...; }; }' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
Type 'ReactElement<any, any> | null' is not assignable to type 'ReactNode'.
Type 'ReactElement<any, any>' is not assignable to type 'ReactNode'.
Property 'children' is missing in type 'ReactElement<any, any>' but required in type 'ReactPortal'.ts(2786)
index.d.ts(175, 9): 'children' is declared here.
Not getting medusa ui working in my project
https://github.com/driver005/codebase
The text was updated successfully, but these errors were encountered: