Luca Barone

Results 35 comments of Luca Barone

> > While using `portal` with `SelectPopover` seems like a promising solution, I encountered a limitation in that the dialog prevents interaction with elements outside itself > > Sounds like...

👋🏻! Not sure about your question, but in my case I always have the `defaultOpen: condition` thing coming from the filters bar scenario, similar to [Select Menu Default Open](https://ariakit.org/examples/select-menu-default-open), but...

My current thought is that is that the API surface its a bit confusing, nothing says to the developer how to use them. Also, the error message is talking about...

@diegohaz are you still open for the example? I can try adding it

Hello after various trial and error, chatting with GPT I've baked something like that (is a React project): ```tsx import {clarity} from 'clarity-js' import {useEffect} from 'react' import {envVars} from...