Is there a way to access all useState keys in use?
I want to be able to filter all state keys.
e.g.
1 Reply
I think I found a solution:
Object.keys(useNuxtApp().payload.state)
If this isn't the best way let me know 🙂