We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6f76a commit 0bf6c57Copy full SHA for 0bf6c57
packages/core/src/preview/util.ts
@@ -2,7 +2,7 @@ import {getEnv} from '../utils/getEnv'
2
import {type PreviewValue, type ValuePending} from './previewStore'
3
4
export const PREVIEW_TAG = 'preview'
5
-export const PREVIEW_PERSPECTIVE = 'drafts'
+export const PREVIEW_PERSPECTIVE = 'raw'
6
export const STABLE_EMPTY_PREVIEW: ValuePending<PreviewValue> = {data: null, isPending: false}
7
export const STABLE_ERROR_PREVIEW: ValuePending<PreviewValue> = {
8
data: {
packages/core/src/projection/util.ts
@@ -1,7 +1,7 @@
1
import {type ValidProjection} from './types'
export const PROJECTION_TAG = 'sdk.projection'
-export const PROJECTION_PERSPECTIVE = 'drafts'
+export const PROJECTION_PERSPECTIVE = 'raw'
export const PROJECTION_STATE_CLEAR_DELAY = 1000
export const STABLE_EMPTY_PROJECTION = {
0 commit comments