@abgov/react-components 6.11.0-dev.11 → 6.11.0-dev.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -1656,7 +1656,7 @@ function GoabPushDrawer({
1656
1656
  {
1657
1657
  ref: el,
1658
1658
  testid,
1659
- open: open ?? false,
1659
+ open: open ? true : void 0,
1660
1660
  heading: typeof heading === "string" ? heading : void 0,
1661
1661
  width,
1662
1662
  children: [