Load local storage data on app open

Did this ever get fixed?
I need to load state from local storage on initialization and am getting the same errors.

Hey @MichaelCP, if you want to access data from local storage when your app loads, you can use a JS query that is set to run on page load.

You can access the data, assign to temporary state etc, all from the JS query. Let me know if you have any issues setting this up!