Julian Blaschke
Julian Blaschke
### Is your feature request related to a problem? Please describe. I have Next.js-Links inside the `Navbar.CollapseItems` inside the `Navbar.Collapse` element. If I navigated to one of those links, naturally,...
I configured encore & added the React preset end enabled it, as well as initialized the stimulus bridge with correct entrypoints. When I try to render a component with ``...
```js "use client" import { useDebounce } from "@/lib/hooks/useDebounce" import { Input, InputGroup, InputLeftElement } from "@chakra-ui/react" import { AutoComplete, AutoCompleteGroup, AutoCompleteGroupTitle, AutoCompleteInput, AutoCompleteItem, AutoCompleteList, useAutoComplete } from "@choc-ui/chakra-autocomplete" import...