Skip to content

Commit f6416e8

Browse files
authored
fix: oxlint violation of react/iframe-missing-sandbox (#4533)
1 parent 64e4a63 commit f6416e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/browser/render.test.js

+1
Original file line numberDiff line numberDiff line change
@@ -1132,6 +1132,7 @@ describe('render()', () => {
11321132
it('should not remove iframe', () => {
11331133
let setState;
11341134
const Iframe = () => {
1135+
// oxlint-disable-next-line iframe-missing-sandbox
11351136
return <iframe src="https://codesandbox.io/s/runtime-silence-no4zx" />;
11361137
};
11371138

0 commit comments

Comments
 (0)