Is there a reason why manually implementing a store isn't showing up in storage in inspector tools? #56
cbio-jimmy
started this conversation in
General
Replies: 1 comment
-
Looks like you still need to initialize the storage listener, so any changes are written to storage |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to manually implement a store but i'm not seeing this show up in session storage in inspector tools. I'm able to see other storage structs that use the store macro but not when I manually implement the store trait.
Beta Was this translation helpful? Give feedback.
All reactions