Replies: 1 comment 1 reply
-
Hi @siconet, have you found any workadound/fix for this build error? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just installed the new released awesome sidebar component and it works/compiles locally, but when deploying to vercel it has a build error:
Failed to compile.
./components/ui/sidebar.tsx:440:7
Type error: Type 'string | ((instance: HTMLDivElement | null) => void) | RefObject | null' is not assignable to type '((string | ((instance: HTMLDivElement | null) => void) | RefObject) & (((instance: HTMLElement | null) => void) | RefObject<...>)) | null | undefined'.
Type 'string' is not assignable to type '((string | ((instance: HTMLDivElement | null) => void) | RefObject) & (((instance: HTMLElement | null) => void) | RefObject<...>)) | null | undefined'.
438 | return (
439 | <Comp
Beta Was this translation helpful? Give feedback.
All reactions