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
Remove the existing flag from the data store context layer and replace it with how #9548 implements VisibilityState.
The flag is in packages/runtime/container-runtime/src/dataStoreContext.ts
To pass in visibility state here, we need to teach visibility state to ContainerRuntime / DataStores. We can (and probably should) do that but I don't want to do it in this PR. The existing flag drives other things in layers below data store context as well so we cannot easily remove it.
Remove the existing flag from the data store context layer and replace it with how #9548 implements
VisibilityState
.The flag is in
packages/runtime/container-runtime/src/dataStoreContext.ts
Originally posted by @agarwal-navin in #9548 (comment)
The text was updated successfully, but these errors were encountered: