Favivon - Correção

This commit is contained in:
2026-05-30 19:59:39 -03:00
parent 76ddaa815d
commit d7dfd221f0
32859 changed files with 5459654 additions and 404 deletions
+7
View File
@@ -0,0 +1,7 @@
export const DiscreteEventPriority = 0b0000000000000000000000000000001;
export const ContinuousEventPriority = 0b0000000000000000000000000000100;
export const DefaultEventPriority = 0b0000000000000000000000000010000;
export const IdleEventPriority = 0b0100000000000000000000000000000;
export const LegacyRoot = 0;
export const ConcurrentRoot = 1;
export const NoEventPriority = 0;
+9
View File
@@ -0,0 +1,9 @@
/**
* @license React
* react-reconciler-constants.production.js
*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/const t=1,o=8,r=32,e=2,i=268435456,n=0,s=0;export{t as ConcurrentRoot,o as ContinuousEventPriority,r as DefaultEventPriority,e as DiscreteEventPriority,i as IdleEventPriority,n as LegacyRoot,s as NoEventPriority};
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long