dillon1000/react
Commit
Browse files fix string ref cannot be auto converted warning for React.jsxDEV (#18354)
The string ref cannot be auto converted warning was using the wrong _self. This diff fixes this so it is now using the correct __self
Changed paths2 files
First-parent comparisonpackages/react-dom/src/__tests__/ReactDeprecationWarnings-test.internal.js ModifiedM packages/react/src/jsx/ReactJSXElement.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…