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
" value = Unicode('example@example.com').tag(sync=True)\n",
250
+
"```"
251
251
]
252
252
},
253
253
{
@@ -288,6 +288,8 @@
288
288
"Syncing mutable types\n",
289
289
"\n",
290
290
"Please keep in mind that mutable types will not necessarily be synced when they are modified. For example appending an element to a `list` will not cause the changes to sync. Instead a new list must be created and assigned to the trait for the changes to be synced.\n",
291
+
"\n",
292
+
"An alternative would be to use a third-party library such as [spectate](https://github.com/rmorshea/spectate), which tracks changes to mutable data types.\n",
0 commit comments