Grigory Zaripov

Results 5 comments of Grigory Zaripov

I can still reproduce this issue on [email protected] This test fails with timeout error, the same with waitForElement(): ``` act(() => jest.runOnlyPendingTimers()); await waitForDomChange(); ``` But if I use jest.useRealTimers()...

The same for webpack 4.20.2, although esModule property helps I dont think it is appropriate solution.

We can use `@media (prefers-color-scheme: dark)` media query to treat OS theme. In OS settings you should be able to setup the schedule.

Hi @wmhilton ! I tried short-term solution and it doesn't work in case when you want to resolve `HEAD` reference using `git.resolveRef`. It happens because head references are different in...

@arokor When will you release new version?