Justin Henry
Justin Henry
I'd like to style my QR code such that the colors are based on the user's selected theme, which includes css variables set to certain colors (--primary, --secondary, etc). But...
# Failed to ingest events .catch() Failed to fetch Machine ID: `78e34929-dd5a-4a6d-8b38-eaea8e46bb13` > [!NOTE] > [Book a call](https://cal.com/aiden) | key | value | | --- | ----- | | id...
### Link to the code that reproduces this issue https://github.com/jdhenry08/next-route-broken-imports ### To Reproduce 1. View src/app/.well-known/route.ts 2. Change "../../constants" import to "~/constants" or "src/constants" ### Current vs. Expected behavior Importing...
Currently, the Input component's type is hardcoded to "text" (line 816): https://github.com/pacocoursey/cmdk/blob/d6fde235386414196bf80d9b9fa91e2cf89a72ea/cmdk/src/index.tsx#L802-L825 This means we can't set it to "search" in order to [support browsers' built-in](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input/search) clear functionality/user agent styling.