Skip to content

Commit acb5d0a

Browse files
committed
fix: persistence hydration now works in WebAssembly mode
- Add SupportsSyncOperations and LoadSync to LocalStorageProvider for IJSInProcessRuntime - Add WithInitialState to StoreBuilder for state hydration - Update WithPersistence extension to hydrate state synchronously in WebAssembly - Bump version to 2.0.10
1 parent d1e7e87 commit acb5d0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EasyAppDev.Blazor.Store/EasyAppDev.Blazor.Store.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PropertyGroup>
1919
<!-- NuGet Package Metadata -->
2020
<PackageId>EasyAppDev.Blazor.Store</PackageId>
21-
<Version>2.0.9</Version>
21+
<Version>2.0.10</Version>
2222
<Authors>Mashrul Haque</Authors>
2323
<Company>EasyAppDev</Company>
2424
<Product>EasyAppDev.Blazor.Store</Product>

0 commit comments

Comments
 (0)