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

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.mjs CHANGED
@@ -1654,7 +1654,7 @@ function GoabPushDrawer({
1654
1654
  {
1655
1655
  ref: el,
1656
1656
  testid,
1657
- open: open ?? false,
1657
+ open: open ? true : void 0,
1658
1658
  heading: typeof heading === "string" ? heading : void 0,
1659
1659
  width,
1660
1660
  children: [