dillon1000/react
Commit
Browse files Stop relying on variable hoisting (#8380)
Only declare the variable once in this scope, instead of declaring them multiple times in the same scope. This fixes #8318, even though it might technically be a shortcoming in Rollup.
Changed paths1 file
First-parent comparisondocs/js/react.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…