Fix invalid linter error about onLoad on an iframe
This commit is contained in:
@@ -33,6 +33,7 @@ export default function Modal(props: Props) {
|
||||
sandbox="allow-same-origin allow-scripts allow-popups allow-forms"
|
||||
frameBorder="0"
|
||||
allowFullScreen
|
||||
// eslint-disable-next-line react/no-unknown-property
|
||||
onLoad={() => setLoading(false)}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user