We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c22ad7 commit 4d72babCopy full SHA for 4d72bab
scripts/rollup/validate/eslintrc.rn.js
@@ -24,7 +24,8 @@ module.exports = {
24
nativeFabricUIManager: true,
25
// Trusted Types
26
trustedTypes: true,
27
-
+ // RN supports this
28
+ setImmediate: true,
29
// Scheduler profiling
30
SharedArrayBuffer: true,
31
Int32Array: true,
scripts/rollup/validate/eslintrc.umd.js
@@ -26,6 +26,8 @@ module.exports = {
require: true,
globalThis: true,
global: true,
+ // Internet Explorer
32
33
0 commit comments