Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UITemplateProcessor: Fix case of include path (#22239)
Summary: This pull request fixes a path name to be a proper case in `UITemplateProcessor`, which fixes this build warning: ``` {snip}/react/uimanager/UITemplateProcessor.cpp:17:10: warning: non-portable path to file '<react/core/ComponentDescriptor.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <react/core/ComponentDescriptor.h> 1 warning generated. ``` Pull Request resolved: #22239 Differential Revision: D13020871 Pulled By: shergin fbshipit-source-id: 77555018cd569880518ff884ed8768effc4ea97e
- Loading branch information