-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Blazored.LocalStorage.js not required? #250
Comments
@Stuart88 This is only required if you wish to use JS Interop Streaming which allows for larger amounts of data to be stored in local storage, see https://github.com/Blazored/LocalStorage?tab=readme-ov-file#using-js-interop-streaming for the details.
However, this change is still pending a release to be published to NuGet so unfortunately isn't available yet in v4.5.0 and will need @chrissainty to publish this before it can be used via the package. |
Hi @CoreyHayward |
Hi @ricardok1 If you are using the currently available version from NuGet (v4.5.0) then the js file is not a part of this and you can safely exclude it and ignore the steps under the JS Streaming section of the readme. |
Hi @CoreyHayward |
@ricardok1 Have you compiled the library yourself instead of using NuGet? That's the only way the JS file could be in your project since it's not in the currently released version on NuGet. What service registration call are you using to setup LocalStorage? Could you show the full error you're getting and I may be able to help! |
After spending quite a lot of time with this, I think I'm correct in saying that the ReadMe instruction to add the
Blazored.LocalStorage.js
script to one's project is now obsolete?Not a bug as such, but a ReadMe bug.
Great library anyway, thanks!
The text was updated successfully, but these errors were encountered: