Replies: 1 comment
-
First of all, you are welcome to open a PR to improve docs. It has been improved like that way.
|
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 wondered what the
sync
option inderive()
does. I looked into the source code and found that withsync: true
the proxy value updates will be synced immediately.I wonder if there can be some documentation about this option. For my unittests I had to use
await tick();
before I can make assertions on the changed proxy/derive values, before I found thesync
option which allows to skip this step.Beta Was this translation helpful? Give feedback.
All reactions