You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature in detail (code, mocks, or screenshots encouraged)
Dear developers,
I really love the runed module, it is really useful in making life easier.
However, for the persisted state, accessing the value of a PersistedState requires writing .current every time... I was wondering if there was a way to directly access it, or if not possible at all then write something shorter to access the value.
in the example provided in the docs, we can see it
Describe the feature in detail (code, mocks, or screenshots encouraged)
Dear developers,
I really love the runed module, it is really useful in making life easier.
However, for the persisted state, accessing the value of a PersistedState requires writing
.current
every time... I was wondering if there was a way to directly access it, or if not possible at all then write something shorter to access the value.in the example provided in the docs, we can see it
What type of pull request would this be?
Enhancement
Provide relevant links or additional information.
https://runed.dev/docs/utilities/persisted-state
The text was updated successfully, but these errors were encountered: