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
Implementation Details
No response
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
docshould have beendoc.current. We missed this during testing because, under the hood, thedisplay()test fixture useshotswapunder 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
Implementation Details
No response