You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
* Figuring out what the right behavior for error boundaries and uncaught errors should be in Fiber. For now, decided that we're going to unmount the whole tree when there is an uncaught error. We can potentially keep the DOM tree in the future. ([#8227](https://github.com/facebook/react/pull/8227))
16
+
17
+
#### Ben
18
+
19
+
* Working on infrastructure that lets us separate dev-only test failures (such as warning assertions) from real failures. This will help us focus on bugs in Fiber. Such assertions will be using `expectDev()` instead of `expect()`. ([#8228](https://github.com/facebook/react/pull/8228))
20
+
21
+
#### Dan
22
+
23
+
* Fixed a few minor issues in Fiber related to `TestUtils`.
24
+
25
+
#### Sebastian
26
+
27
+
* Working on integrating DOM properties and events into Fiber.
28
+
29
+
### Why So Little?
30
+
31
+
We’re focused on [getting Fiber ready](http://isfiberreadyyet.com/) and have [many remaining issues](https://github.com/facebook/react/issues/7925) to work on so we don’t talk as much. :-)
32
+
33
+
------------
34
+
35
+
Please feel free to discuss these notes in the [corresponding pull request](https://github.com/reactjs/core-notes/pull/37).
0 commit comments