File tree 7 files changed +7
-7
lines changed 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export const disableJavaScriptURLs = false;
48
48
// Control this behavior with a flag to support 16.6 minor releases in the meanwhile.
49
49
export const exposeConcurrentModeAPIs = __EXPERIMENTAL__ ;
50
50
51
- export const warnAboutShorthandPropertyCollision = false ;
51
+ export const warnAboutShorthandPropertyCollision = true ;
52
52
53
53
// Experimental React Flare event system and event components support.
54
54
export const enableDeprecatedFlareAPI = false ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export const enableSuspenseServerRenderer = false;
25
25
export const enableSelectiveHydration = false ;
26
26
export const enableChunksAPI = false ;
27
27
export const exposeConcurrentModeAPIs = __EXPERIMENTAL__ ;
28
- export const warnAboutShorthandPropertyCollision = false ;
28
+ export const warnAboutShorthandPropertyCollision = true ;
29
29
export const enableSchedulerDebugging = false ;
30
30
export const debugRenderPhaseSideEffectsForStrictMode = true ;
31
31
export const disableJavaScriptURLs = false ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export const enableChunksAPI = false;
24
24
export const disableJavaScriptURLs = false ;
25
25
export const disableInputAttributeSyncing = false ;
26
26
export const exposeConcurrentModeAPIs = __EXPERIMENTAL__ ;
27
- export const warnAboutShorthandPropertyCollision = false ;
27
+ export const warnAboutShorthandPropertyCollision = true ;
28
28
export const enableSchedulerDebugging = false ;
29
29
export const enableDeprecatedFlareAPI = false ;
30
30
export const enableFundamentalAPI = false ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export const enableChunksAPI = false;
24
24
export const disableJavaScriptURLs = false ;
25
25
export const disableInputAttributeSyncing = false ;
26
26
export const exposeConcurrentModeAPIs = __EXPERIMENTAL__ ;
27
- export const warnAboutShorthandPropertyCollision = false ;
27
+ export const warnAboutShorthandPropertyCollision = true ;
28
28
export const enableSchedulerDebugging = false ;
29
29
export const enableDeprecatedFlareAPI = false ;
30
30
export const enableFundamentalAPI = false ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export const enableChunksAPI = false;
24
24
export const disableJavaScriptURLs = false ;
25
25
export const disableInputAttributeSyncing = false ;
26
26
export const exposeConcurrentModeAPIs = __EXPERIMENTAL__ ;
27
- export const warnAboutShorthandPropertyCollision = false ;
27
+ export const warnAboutShorthandPropertyCollision = true ;
28
28
export const enableSchedulerDebugging = false ;
29
29
export const enableDeprecatedFlareAPI = false ;
30
30
export const enableFundamentalAPI = false ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export const enableChunksAPI = false;
24
24
export const disableJavaScriptURLs = false ;
25
25
export const disableInputAttributeSyncing = false ;
26
26
export const exposeConcurrentModeAPIs = __EXPERIMENTAL__ ;
27
- export const warnAboutShorthandPropertyCollision = false ;
27
+ export const warnAboutShorthandPropertyCollision = true ;
28
28
export const enableSchedulerDebugging = false ;
29
29
export const enableDeprecatedFlareAPI = false ;
30
30
export const enableFundamentalAPI = false ;
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ export const {
16
16
disableInputAttributeSyncing,
17
17
enableTrustedTypesIntegration,
18
18
deferPassiveEffectCleanupDuringUnmount,
19
+ warnAboutShorthandPropertyCollision,
19
20
} = require ( 'ReactFeatureFlags' ) ;
20
21
21
22
// In www, we have experimental support for gathering data
@@ -32,7 +33,6 @@ export const enableSchedulerDebugging = true;
32
33
33
34
export const replayFailedUnitOfWorkWithInvokeGuardedCallback = false ;
34
35
export const warnAboutDeprecatedLifecycles = true ;
35
- export const warnAboutShorthandPropertyCollision = false ;
36
36
export const disableLegacyContext = false ;
37
37
export const warnAboutStringRefs = false ;
38
38
export const warnAboutDefaultPropsOnFunctionComponents = false ;
You can’t perform that action at this time.
0 commit comments