Local Storage Conflicts

Hi again!

I’ve just come across another small issue, some of the local storage keys used by elements are conflicting with those of my application (token for example).

Is there any way I can avoid this conflict?

Thanks

Good spot @devSimon! This is an issue that we were aware of and have recently fixed in version 0.0.30 of Glisser Elements. Are you using the latest version from NPM?

If you are, the local storage keys should be prefixed with glsr_, so in your case it would be glsr_token.

I wondered whether this would become an issue for me, too! Can confirm I’m seeing the glsr_ on the latest version.

Yes thanks for this, latest version is all good!