-
Heyo, I am looking at the docs for useCloned. And I'm struggling to understand the purpose behind the manual keyword. If I understand correctly you can activate sync( ) to sync the clone to the original. The default is that it never syncs right? Since it's a clone, just feels like that false manual sync is automatic sync not no sync. |
Beta Was this translation helpful? Give feedback.
Answered by
ilyaliao
Feb 28, 2025
Replies: 1 comment
-
If |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
OrbisK
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If
manual
is set totrue
, you must usesync()
to synchronize manually; by default, synchronization is automatic.