@carto/ps-react-maps 4.2.1 → 4.2.2

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/dist/index.js CHANGED
@@ -505,7 +505,7 @@ const de = /* @__PURE__ */ Et(In), Nn = (r) => {
505
505
  const i = n().maps[s]?.instanceRef?.current;
506
506
  return (
507
507
  // @ts-expect-error accessing protected props
508
- i?.deck ?? i._deck
508
+ i?.deck ?? i?._deck
509
509
  );
510
510
  },
511
511
  getViewState: (s) => n().getDeckInstance(s)?.viewState,