/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
shared/app/globals.native.tsx
10 строк
484 B
chrisnojima-zoom
Version 670 - clean2 (#29122)
08 июн 2026, 19:31
Не верифицирован
08 июн 2026, 19:31
1943197
Код
Авторство
О чём код?
// >>>>>>>>>>>>>>>>>>>>>>> DO NOT REORDER ANYTHING in this file <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< // This is supposed to bootstrap / polyfill / fixup the app. Do NOT add things here or change things unless you really know // what's happening import type Immer from 'immer' global.__FILE_SUFFIX__ = '' global.__PROFILE__ = false global.__HOT__ = false const immer = require('immer') as typeof Immer immer.enableMapSet() immer.setUseStrictIteration(false)