-
When I log a Valtio object, I get additional properties that make it difficult to see the actual object data. Is there a way to get just the data from a Valtio object for logging purposes? |
Beta Was this translation helpful? Give feedback.
Answered by
dai-shi
Jul 1, 2024
Replies: 2 comments 1 reply
-
Is this about vanilla proxy, or with |
Beta Was this translation helpful? Give feedback.
0 replies
-
for proxy.
…On Sun, Jun 30, 2024, 8:21 PM Daishi Kato ***@***.***> wrote:
Is this about vanilla proxy, or with useSnapshot? Or Both?
—
Reply to this email directly, view it on GitHub
<#918 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWG4JUYSQVKWSPPE7MAHLDZKALN7AVCNFSM6AAAAABKEFC6LGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TSMJXGI4DK>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For proxies, I think the only valid solution is to use
snapshot
.