@gem-sdk/pages 1.8.12 → 1.8.18

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.
@@ -27,8 +27,6 @@ const CollectionGlobalProvider = ({ children })=>{
27
27
  "Error: ",
28
28
  error?.message
29
29
  ]
30
- }) : !collection ? /*#__PURE__*/ jsxRuntime.jsx("div", {
31
- children: "Collection not found"
32
30
  }) : /*#__PURE__*/ jsxRuntime.jsx(CollectionProvider, {
33
31
  collection: collection,
34
32
  children: children
@@ -23,8 +23,6 @@ const CollectionGlobalProvider = ({ children })=>{
23
23
  "Error: ",
24
24
  error?.message
25
25
  ]
26
- }) : !collection ? /*#__PURE__*/ jsx("div", {
27
- children: "Collection not found"
28
26
  }) : /*#__PURE__*/ jsx(CollectionProvider, {
29
27
  collection: collection,
30
28
  children: children
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/pages",
3
- "version": "1.8.12",
3
+ "version": "1.8.18",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",