Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Select] Issue #692

Open
uforco opened this issue Mar 17, 2025 · 0 comments
Open

[Select] Issue #692

uforco opened this issue Mar 17, 2025 · 0 comments

Comments

@uforco
Copy link

uforco commented Mar 17, 2025

" NOT Work this with NEXT JS - client components " - the selector scene doesn't mean anything

Error Node -
GET /_next/static/chunks/main-app.js?v=1742196203878 404 in 626ms GET /_next/static/chunks/app/not-found.js 404 in 621ms GET /_next/static/chunks/app-pages-internals.js 404 in 625ms

  <Select.Root defaultValue="apple">
      <Select.Trigger />
      <Select.Content>
          <Select.Group>
              <Select.Label>Fruits</Select.Label>
              <Select.Item value="orange">Orange</Select.Item>
              <Select.Item value="apple">Apple</Select.Item>
              <Select.Item value="grape" disabled>
                  Grape
              </Select.Item>
          </Select.Group>
          <Select.Separator />
          <Select.Group>
              <Select.Label>Vegetables</Select.Label>
              <Select.Item value="carrot">Carrot</Select.Item>
              <Select.Item value="potato">Potato</Select.Item>
          </Select.Group>
      </Select.Content>
  </Select.Root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant