Results 203 comments of Andreas

Same for me 😞 Behind Enterprise Proxy, using Fiddler with automatic authentication enabled. **[Edit]:** Seems I had to actiave Fiddler's system proxy option 🤔 Running: ```sh apm install revert-buffer ```...

Any updates on fragments?

I have the same problem without any fake timers. I have an RxJS observable which I `unsubscribe` in the effect cleanup. Works in the browser, but not when running tests.

I have the same problem. As a workaround I wrapped the dynamic class expression again, like: ```jsx className={`p-0 ${`custom-class-${index}`}`} ```

`nyc -r esm tape test` doesn't collect coverage for me. If I use `babel-regsiter` it collects coverage correctly 😕 `nyc -r babel-regsiter tape test` works. Related PR: https://github.com/AndyOGo/stylelint-declaration-strict-value/pull/64 Alright downgrading...

I had the same problem with packages from `@types/*`, e.g. `@types/react`. For my case I just needed to allow peerDependecies for `react`. ```ts import { useEffect, useState } from "react";...

here you go, a simple test to check if `err` is truthy

@ahmadnassri Are you happy with this PR? If you insist on your suggestions, I really recommend not to do it for the above reasons. Otherwise it's your baby, so I...