-
-
Notifications
You must be signed in to change notification settings - Fork 327
Closed
Labels
priority-3-lowMay be resolved one any timeline.May be resolved one any timeline.
Milestone
Description
Current Situation
The 0.33.0 release introduced a regression in which the root element of the layout cannot be updated due to a typo on this line where doc
should have been doc.current
. We missed this during testing because, under the hood, the display()
test fixture uses hotswap
under the hood which always modifies one of its children (not the root element). We need an explicit test to check that the root element can be udpated.
Proposed Changes
- quickly fix the issue and make a 0.33.1 release.
- add a regression test to ensure this doesn't happen again in the future.
Implementation Details
No response
Metadata
Metadata
Assignees
Labels
priority-3-lowMay be resolved one any timeline.May be resolved one any timeline.