Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1033,8 +1033,10 @@ const definitions: FeatureFlagDefinitions = {
expectedReleaseValue: true,
purpose: 'release',
},
// TODO: This should be "canary" now but the OSS renderer cannot be upgraded with the necessary changes until React 19.3.0 is released.
ossReleaseStage: 'none',
},
// TODO: This feature flag should be shipped and clean up now, but the OSS renderer cannot be upgraded with the necessary changes until React 19.3.0 is released.
enableNativeEventTargetEventDispatching: {
defaultValue: false,
metadata: {
Expand Down
Loading