An open API service indexing awesome lists of open source software.

https://github.com/orangecoding/react-static-flag-exception


https://github.com/orangecoding/react-static-flag-exception

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

This small test case hopefully helps to track down the bug:

```
react-dom.development.js:86 Warning: Internal React error: Expected static flag was missing. Please notify the React team.
```

It _only_ appears if I render the component with a timeout as well as when I'm using Jss. It _could_ have something to do with the new concurrency model in React (at least that would make sense to me).

How to start:
- clone the repo
- run yarn
- run yarn run dev

The div is rendered after 1 second. This is when the exception comes up