Commits
Click on a commit to change the comparison rangefix(linter): `react/iframe-missing-sandbox` ignores vanilla JS APIs (#6872)
> Closes #6750
Fixes a false positive in `react/iframe-missing-sandbox` on `document.createElement`, which is not react and has no way of passing a sandbox prop/attribute on creation.