Tobias Wymer
Results
3
comments of
Tobias Wymer
While react-select is still useful for advanced dropdown use cases, for anyone just looking to add a search and/or multi-select feature to their Select components in shadcn projects, you might...
I'm running into the same issue, can reproduce using the [start-basic](https://github.com/tanstack/router/tree/main/examples/react/start-basic) example: 1. `npx gitpick TanStack/router/tree/main/examples/react/start-basic start-basic` 2. `cd start-basic` 3. `npm install` 4. `npm build` ``` start-basic % npm...