dillon1000/react

Commit

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.
Browse files
Changed paths1 file
First-parent comparison
M docs/js/react.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…