Replies: 2 comments 1 reply
-
Hi @siconet, have you found any workadound/fix for this build error? |
Beta Was this translation helpful? Give feedback.
1 reply
-
thank you for reching out. we dropped the protoype and started from scratch with material ui. but for the next prototype i am willing to use again next.js and shadcn-ui
Beste Grüße,
Dominik Rockenschaub
M: 0043/664 45 81 82 1
E: ***@***.***
Nachricht von xDannyx ***@***.***> am 17. Dez. 2024, 22:34 +0100:
… I have found a solution here #6080
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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