We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f466dc6 commit 18b80c8Copy full SHA for 18b80c8
apps/sim/lib/core/security/csp.test.ts
@@ -19,6 +19,7 @@ vi.mock('@/lib/core/config/env', () =>
19
20
vi.mock('@/lib/core/config/feature-flags', () => ({
21
isDev: false,
22
+ isReactGrabEnabled: false,
23
}))
24
25
import {
0 commit comments