Skip to content

Commit

Permalink
fix: oxlint violation of react/iframe-missing-sandbox (#4533)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac authored Oct 14, 2024
1 parent 64e4a63 commit f6416e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/browser/render.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,7 @@ describe('render()', () => {
it('should not remove iframe', () => {
let setState;
const Iframe = () => {
// oxlint-disable-next-line iframe-missing-sandbox
return <iframe src="https://codesandbox.io/s/runtime-silence-no4zx" />;
};

Expand Down

0 comments on commit f6416e8

Please sign in to comment.