https://github.com/orangecoding/react-static-flag-exception
https://github.com/orangecoding/react-static-flag-exception
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/orangecoding/react-static-flag-exception
- Owner: orangecoding
- Created: 2022-04-22T07:28:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T07:43:07.000Z (over 3 years ago)
- Last Synced: 2025-03-22T20:45:13.215Z (10 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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