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
This controls whether or not the Composer/Recomposer setup also registers a global write observer that sends Snapshot apply notifications. If you have another Compose-based toolkit in your app (e.g., Compose UI) that is already sending these, there is no reason to run both.
Still going to move forward with this, but Google and JetBrains are jointly working on an extensions of the snapshot system for use outside Compose / Compose UI. So at some point this parameter might be completely obviated, but that's fine, and we'll deal with that when it happens.
This controls whether or not the
Composer
/Recomposer
setup also registers a global write observer that sendsSnapshot
apply notifications. If you have another Compose-based toolkit in your app (e.g., Compose UI) that is already sending these, there is no reason to run both.Let's add this with #382
The text was updated successfully, but these errors were encountered: