-
This issue is to provide a reference URL and place to track work on refactoring the UI codebase.
This work is NOT a redesign. This is not about changing the look and feel of the current UI. It is jus…
-
-
```
innerRef={ value => { _someRef = value } }
```
Above code is not possible when using React Hook's useEffect.
```
innerRef={ _someRef }
```
Whereas this causes a type error as _someRef is …
-
Hi.
I was just trying out hooks for the first time and I noticed that when I use Helmet on a component that has the hook useEffect, it crashes with maximum call stack size exceeded error:
```
Unc…
-
**Describe the bug**
I was trying mock the fetch using useEffect within a story but the hooks renders infinitely
**To Reproduce**
To help understand the problem I have pasted sample snippets to r…
-
Nesta versão o botão para deletar não está com o hook use effect implantado, na versão de testes por algum motivo nao consigo adicionar o useEffect. Assim que eu conseguir corrigir atualizo a branch m…
-
npm rn buildとnpm run startをできるようにする
-
I created this in stackoverflow: https://stackoverflow.com/questions/55741282/flatlist-not-updating-with-react-hooks-and-realm
Basically, I created a React Hook to access Realm:
```javascript
/* @fl…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
Jest test crashes on valid setup
**If the current behavior is a bug, please provide the steps to…
-
- `react-hooks-testing-library` version: 8.0.0
- `react` version: ^17.0.2
- `react-dom` version (if applicable): ^17.0.2
- `react-test-renderer` version (if applicable): n/a
- `node` version: …