Skip to content

Commit 3b813ca

Browse files
elicwhitefacebook-github-bot
authored andcommitted
Enable target as instance experiment
Summary: This diff is just here to make it easier for me to work on the stack. It needs to be ripped out of the stack before landing Changelog: [Breaking][General] The `target` field of events is now a native component, not a react tag Reviewed By: mdvacca Differential Revision: D19458361 fbshipit-source-id: 1d03a58553cf96dc72f6d1323dfb37b1a8cdca75
1 parent 4118d79 commit 3b813ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Renderer/shims/ReactFeatureFlags.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
const ReactFeatureFlags = {
1414
debugRenderPhaseSideEffects: false,
15-
enableNativeTargetAsInstance: false,
15+
enableNativeTargetAsInstance: true,
1616
};
1717

1818
module.exports = ReactFeatureFlags;

0 commit comments

Comments
 (0)