November 10 (discuss)
- 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)
- 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 ofexpect()
. (#8228)
- Fixed a few minor issues in Fiber related to
TestUtils
.
- Working on integrating DOM properties and events into Fiber.
We’re focused on getting Fiber ready and have many remaining issues to work on so we don’t talk as much. :-)
Please feel free to discuss these notes in the corresponding pull request.