Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Latest commit

 

History

History
35 lines (20 loc) · 1.44 KB

november-10.md

File metadata and controls

35 lines (20 loc) · 1.44 KB

November 10 (discuss)

Attendees

Individual Updates

Andrew

  • 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)

Ben

  • 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)

Dan

  • Fixed a few minor issues in Fiber related to TestUtils.

Sebastian

  • Working on integrating DOM properties and events into Fiber.

Why So Little?

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.