Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9afd752

Browse files
committed
remove old comment
1 parent 64cad04 commit 9afd752

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/shared/ReactFeatureFlags.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -185,18 +185,6 @@ export const enableCustomElementPropertySupport = __EXPERIMENTAL__;
185185
// Disables children for <textarea> elements
186186
export const disableTextareaChildren = false;
187187

188-
// -----------------------------------------------------------------------------
189-
// JSX Chopping Block
190-
//
191-
// Similar to main Chopping Block but only flags related to JSX. These are
192-
// grouped because we will likely batch all of them into a single major release.
193-
// -----------------------------------------------------------------------------
194-
195-
// New API for JSX transforms to target - https://github.com/reactjs/rfcs/pull/107
196-
197-
// Enables a warning when trying to spread a 'key' to an element;
198-
// a deprecated pattern we want to get rid of in the future
199-
200188
// -----------------------------------------------------------------------------
201189
// Debugging and DevTools
202190
// -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)