You can load the iframe outside react and attach it in a useEffect hook: export default ({src, width, height}) => { const container = useRef() useEffect(() ...
確定! 回上一頁