Evan Hynes
Results
3
comments of
Evan Hynes
This issue seems to be solved with the latest version of Bun (1.1.30), was using 1.1.3 previously so somewhere between it was resovled
@ogi-joo if this helps, reverting to `1.0.0-rc.18` seems to solve the issue for me for the time being
> I'm not able to test the component with **react-testing-library**. > > ` const [isOpen, setOpen] = useState(false); > > ``` > function close() { > setOpen(false); > } >...