-
If I want to get data, and avoid tracking, or just want to pass native data(not proxied) to other component, It's more safe to just send pain object rather than proxied values. for example
Is there any plan to support something like I've searched google and this repo using keyword |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That doesn't sound good. Component function should be pure.
I would do |
Beta Was this translation helpful? Give feedback.
snapshot(...)
should work, notuseSnapshot(...)
.