I was so confused because the doc state that I should use ILocalStorage but in my package installed from Nuget there is no such thing. I checked the source code and see ILocalStorage is there but have no idea why I can't use it.
Turned out the Nuget official release is still at 1.0.0 (I see there are 2 preview versions now), and there is an update 3 months ago that change it.
I think the README should be updated to say that, if we are still using the official 1.0.0, we should use LocalStorage instead until next version is official released..
I was so confused because the doc state that I should use
ILocalStoragebut in my package installed from Nuget there is no such thing. I checked the source code and seeILocalStorageis there but have no idea why I can't use it.Turned out the Nuget official release is still at 1.0.0 (I see there are 2 preview versions now), and there is an update 3 months ago that change it.
I think the README should be updated to say that, if we are still using the official 1.0.0, we should use
LocalStorageinstead until next version is official released..