Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
fix: WORLD_EXPLORER flag enabled in PREVIEW (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbosio authored May 26, 2021
1 parent 2413219 commit 82a9e37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kernel/packages/entryPoints/preview.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import {isFeatureEnabled} from "../shared/meta/selectors";

declare const global: any & StoreContainer
declare const window: any
window.reactVersion = false
Expand All @@ -19,7 +17,8 @@ import { StoreContainer } from 'shared/store/rootTypes'
import { future, IFuture } from 'fp-future'
import { sceneLifeCycleObservable } from 'decentraland-loader/lifecycle/controllers/scene'
import { unityInterface } from 'unity-interface/UnityInterface'
import { FeatureFlags } from "../shared/meta/types";
import { FeatureFlags } from '../shared/meta/types'
import { isFeatureEnabled } from '../shared/meta/selectors'

// Remove the 'dcl-loading' class, used until JS loads.
document.body.classList.remove('dcl-loading')
Expand Down

0 comments on commit 82a9e37

Please sign in to comment.