dillon1000/react
Commit
Browse files Fix unhiding in IE11 (#14126)
Setting to null isn't correct; setting to '' is. I opted to use dangerousStyleValue for consistency with the main path that we set things. Fixes #14114. Test Plan: Verified setting to '' works in Chrome and IE11. (Setting to null works in Chrome but not in IE11.)
Changed paths1 file
First-parent comparisonpackages/react-dom/src/client/ReactDOMHostConfig.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…