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
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
The text was updated successfully, but these errors were encountered:
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 beendoc.current
. We missed this during testing because, under the hood, thedisplay()
test fixture useshotswap
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
The text was updated successfully, but these errors were encountered: