@flamingo-stack/openframe-frontend-core 0.0.307-snapshot.20260622224838 → 0.0.307

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.
@@ -1208,7 +1208,6 @@ function useDocumentTree(config, initialPath) {
1208
1208
  const result2 = await response.json().catch(() => ({}));
1209
1209
  if (path !== lastFetchedPath.current) return;
1210
1210
  if (path === folderIndexFile && selectedPath === "") {
1211
- lastFetchedPath.current = null;
1212
1211
  setError(null);
1213
1212
  setContent(null);
1214
1213
  return;
@@ -1220,7 +1219,6 @@ function useDocumentTree(config, initialPath) {
1220
1219
  const probeIsNoReadmeFolder = !!probe && probe.type === "folder" && !probe.hasReadme;
1221
1220
  const preStructureFolderLike = structure.length === 0 && !path.endsWith(".md");
1222
1221
  if (probeIsNoReadmeFolder || preStructureFolderLike) {
1223
- lastFetchedPath.current = null;
1224
1222
  setError(null);
1225
1223
  setContent(null);
1226
1224
  return;
@@ -1855,4 +1853,4 @@ export {
1855
1853
  EmbedSkeleton,
1856
1854
  DocsHubPage
1857
1855
  };
1858
- //# sourceMappingURL=chunk-3LVKDW3J.js.map
1856
+ //# sourceMappingURL=chunk-4YV5U7GA.js.map