@pack/react 3.1.0 → 3.1.1-rr7-beta.1
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/pack/render-sections.js +1 -1
- package/dist/version.d.ts.map +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -44,7 +44,7 @@ function useRenderSections({ content }) {
|
|
|
44
44
|
if (!liveContent)
|
|
45
45
|
return content;
|
|
46
46
|
// If content and liveContent are the same page, prefer liveContent (customizer updates)
|
|
47
|
-
if (content?.
|
|
47
|
+
if (content?.handle === liveContent?.handle)
|
|
48
48
|
return liveContent;
|
|
49
49
|
// If they're different pages, prefer current content to prevent stale navigation data
|
|
50
50
|
return content;
|
package/dist/version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,EAAE,MAA2B,CAAC"}
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "3.1.
|
|
1
|
+
export const VERSION = "3.1.1-rr7-beta.1";
|