Anıl Anar

Results 40 issues of Anıl Anar

I have no idea what might be going wrong as the actual problem is not output. Would you be open to some refactoring with one of the following solutions: 1)...

This issue was first created in facebook/react, see https://github.com/facebook/react/issues/24854. The rational behind why we want to disable act warnings: https://github.com/facebook/react/issues/23197 ---- Potentially related to using jest. Didn't confirm. React version:...

needs more information

To reproduce this bug, one can set the translation key and the route name for an `Action` route. If there are multiple cultures that the translation provider can translate to,...

### Description `createDescendantContext` does not create a fresh new context but instead shares a single context for all `createDescendantContext` invocations. ### Problem Statement/Justification Due to it having just a single...

needs triage

As the title says. Otherwise, will have to copy/paste `dual`. E.g. libraries such as io-ts, fp-ts-contrib probably would like to use `dual`. I would like to use `dual` in our...

# 🐛 Bug report ## 💥 Steps to reproduce 1. Run `pnpm start-react` in this repo. 2. Go to `http://localhost:3000/combobox` 3. Enable `multiple` and set `selectionBehavior` to `clear` 4. Play...

### Reproduction example https://codesandbox.io/s/nervous-microservice-nmm3h7?file=/src/index.js ### Prerequisites 0. **Use Firefox, not jsdom**. 1. Render a form with an onSubmit handler and a button inside the form such as ``. 2. Use...

bug
needs investigation

It seems Jest's istanbul instrumentation causes functions to lose their names (i.e. with `jest --coverage`). Thus a `displayName` is needed either for the inner anonymous function, or for the return...

Basically there are some edge cases, usually related to relative requires. Because everything becomes relative to the entry file. I am aware of 2 edge cases as of now: -...