radix-ui / primitives

Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.

Home Page:https://radix-ui.com/primitives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

race condition when using select in dialog

pk-adesso opened this issue · comments

I am using dialog version 1.0.5 and select version 2.0.0. I updated select to 2.1.1 and now I get race conditions in a unit test when trying to open the select with userEvent.click.


I had to update dialog as well.