-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove unactionable warning when on 'Paper' #33830
Conversation
Base commit: d7921f0 |
const errorMessage = | ||
"Native Component '" + | ||
componentName + | ||
"' that calls codegenNativeComponent was not code generated at build time. Please check its definition."; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for sending this over @tido64
I'm unsure this is the correct fix. Let me loop this internally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like safe to land. @fortmarek we should cherry-pick this for the next RC 👍
@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @tido64 in 494b73c. When will my fix make it into a release? | Upcoming Releases |
Summary: We are currently seeing warning `Native Component 'X' that calls codegenNativeComponent was not code generated at build time. Please check its definition.` even though we have not opted into Fabric. This warning is not actionable and is just noisy. See also discussion: reactwg/react-native-releases#21 (comment) ## Changelog [General] [Fixed] - Remove unactionable warning about `codegenNativeComponent` when on 'Paper' Pull Request resolved: #33830 Test Plan: n/a Reviewed By: dmitryrykun Differential Revision: D36377844 Pulled By: cortinico fbshipit-source-id: 23c9f9dbf0ce1cea60c5dc8caa02d0dc53bd635d
Summary
We are currently seeing warning
Native Component 'X' that calls codegenNativeComponent was not code generated at build time. Please check its definition.
even though we have not opted into Fabric. This warning is not actionable and is just noisy.See also discussion: reactwg/react-native-releases#21 (comment)
Changelog
[General] [Fixed] - Remove unactionable warning about
codegenNativeComponent
when on 'Paper'Test Plan
n/a