@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.
@@ -30269,7 +30269,7 @@ var initializeIslandStores = (state) => {
30269
30269
  applySnapshot(store, nextSnapshot[storeId]);
30270
30270
  }
30271
30271
  };
30272
- var createIslandStore = (storeId, createState) => {
30272
+ var createIslandStore = (storeId) => (createState) => {
30273
30273
  const stores = getIslandStores();
30274
30274
  const existingStore = stores.get(storeId);
30275
30275
  if (existingStore) {
@@ -30304,5 +30304,5 @@ export {
30304
30304
  createIslandStore
30305
30305
  };
30306
30306
 
30307
- //# debugId=D3C951A2D55BABAD64756E2164756E21
30307
+ //# debugId=EF4E4C1B4B9CC29864756E2164756E21
30308
30308
  //# sourceMappingURL=server.js.map