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
I was trying to create the PR directly but I can't get the development env running in my local machine.
based on CONTRIBUTING.md
running pnpm www:dev then heading to /block resulted in
Generated 86 documents in .contentlayer
✓ Ready in 2.3s
○ Compiling /blocks ...
⨯ ./lib/registry.ts:5:1
Module not found: Can't resolve 'shadcn/registry'
3 | import path from "path"
4 | import { Index } from "@/__registry__"
> 5 | import { registryItemFileSchema, registryItemSchema } from "shadcn/registry"
| ^
6 | import { Project, ScriptKind, SourceFile, SyntaxKind } from "ts-morph"
7 | import { z } from "zod"
8 | //rusak
https://nextjs.org/docs/messages/module-not-found
Codesandbox/StackBlitz link
No response
Logs
System Info
MacOS
Tested on Chromium (Chrome, Arc) and Firefox
Before submitting
I've made research efforts and searched the documentation
I've searched for existing issues
The text was updated successfully, but these errors were encountered:
Describe the bug
This overlay/pop up is not showing up on Tauri + vite
Great project btw 👍
Affected component/components
Dropdown
How to reproduce
dashboard-01
nav-user
(bottom left) The content doesn't show up. The click is registered, and the scroll disappear, but the overlay is not showingnote:
only broken in Tauri. Tested using vite outside of Tauri, works
Solution:

either add
forwardRef
in the<Content>
part or wrap using<div>
something like this
reference
I was trying to create the PR directly but I can't get the development env running in my local machine.
based on CONTRIBUTING.md
running
pnpm www:dev
then heading to/block
resulted inCodesandbox/StackBlitz link
No response
Logs
System Info
Before submitting
The text was updated successfully, but these errors were encountered: