Hi HTMLElements
I was just trying out your awesome Smart.Blazor Library, that sure has a comprehensive set of exciting and beatiful components.
After adding them to my blazor project though, I noticed that the browsers localstorage got cleared on every reload.
I have narrowed it down to happen when I include this script in my index.html:
<script src=”_content/Smart.Blazor/js/smart.blazor.js”></script>
I use the localstorage to keep user related values in my app, so it is a real bummer to loose it on every reload 🙂
Kind regards
Nicki