localStorage.setItem not working in shopify checkout extension

How can i set value using localstorage.setItem in checkout ui extension?

Hi,

Since Checkout UI extensions run in a Web Worker, so accessing localstorage is impossible.

If you are using react, you can use the useStorage hook