@seamly/web-ui 22.3.0 → 22.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamly/web-ui",
3
- "version": "22.3.0",
3
+ "version": "22.3.1",
4
4
  "main": "build/dist/lib/index.js",
5
5
  "types": "build/src/javascripts/index.d.ts",
6
6
  "module": "",
@@ -657,8 +657,9 @@ export const storeSlice = createSlice({
657
657
  state.options.features = payload.features
658
658
  })
659
659
  .addCase(initializeApp.fulfilled, (state, { payload }) => {
660
- if (!payload.initialState) return
661
660
  state.isLoading = false
661
+
662
+ if (!payload.initialState) return
662
663
  state.initialState = payload.initialState
663
664
  })
664
665
  .addMatcher(