Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsud committed Dec 22, 2020
1 parent 5475c6d commit 5f35ae7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/runtime/datastore/src/dataStoreRuntime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ IFluidDataStoreChannel, IFluidDataStoreRuntime, IFluidHandleContext {
// Must always receive the data store type inside of the attributes
if (tree?.trees !== undefined) {
Object.keys(tree.trees).forEach((path) => {
// Issue #4414
if (path === "_search") { return; }

let channelContext: IChannelContext;
// If already exists on storage, then create a remote channel. However, if it is case of rehydrating a
// container from snapshot where we load detached container from a snapshot, isLocalDataStore would be
Expand Down

0 comments on commit 5f35ae7

Please sign in to comment.