Form Storage and Svelte version of Framework7

I’ve used Form storage in all the previous versions of Framework7 (core) with no issues. I’m now converting my App to v6 Svelte version. Since there is no specific svelte documentation for Form Storage under svelte, I am trying to use the method used in the svelte Kitchen sink version. Unfortunately, I don’t see any localstorage results with this method in my App.
I am using code similar to the Kitchen sink version <List form formStoreData id="demo-form">.
Obviously I’m missing something to get it to work. Any more info on how it is to be used in Svelte would be helpful. Thanks!

If you add this element AFTER pageInit then it won’t work. You can remove formStoreData prop and just use f7.form.storage.init(formEl); app method to initialize form storage on form