Closed robertymb closed 4 years ago
@adrai lemme know if need more information about it.
like this it creates the test item each time... can you change the implementation to cache the result?
Got it! Lemme check.
lgtm... will merge asap
Thank you so much! :)
I appreciate your time and help.
included in v6.0.1
If you like this module don’t forget to star this repo. Make a tweet, share the word or have a look at our https://locize.com to support the devs of this project.
There are many ways to help this project 🙏
Definitely will do. Thank you @adrai
Our application is not using sessionStorage or localStorage.
hasLocalStorageSupport
andhasSessionStorageSupport
validates if browser has support to these resources.However,
sessionStorage.setItem
andlocalStorage.setItem
are called in the import and I don't want that because my application cannot have any kind of cookies, sessionStorage or localStorage.Although it's removed right after, history is there to let users know some kind of cookie was added:
This fix avoid this scenario:
Checklist
npm run test