@absolutejs/absolute 0.19.0-beta.334 → 0.19.0-beta.336

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.
@@ -29936,7 +29936,7 @@ var initializeIslandStores = (state) => {
29936
29936
  applySnapshot(store, nextSnapshot[storeId]);
29937
29937
  }
29938
29938
  };
29939
- var createIslandStore = (storeId, createState) => {
29939
+ var createIslandStore = (storeId) => (createState) => {
29940
29940
  const stores = getIslandStores();
29941
29941
  const existingStore = stores.get(storeId);
29942
29942
  if (existingStore) {
@@ -30236,5 +30236,5 @@ export {
30236
30236
  createIslandManifestResolver
30237
30237
  };
30238
30238
 
30239
- //# debugId=75D024E5886F096B64756E2164756E21
30239
+ //# debugId=4E2FF1E2436F6DF964756E2164756E21
30240
30240
  //# sourceMappingURL=index.js.map