유형 '의 인수HTMlement | null'은 'Element' 유형의 매개 변수에는 할당할 수 없습니다.'null' 유형은 'Element' 유형에 할당할 수 없습니다.ts(2345) index.html이 있어요 를 따로 .portal divroot div , import React from 'react'; const portalDiv = document.getElementById('portal'); function Portal1(props) { return ReactDOM.createPortal( {props.children} , portalDiv); //here } export default Portal1; 그러나 이 오류는 '타입의 인수'로 표시됩니다.HTMlement | null'은 'Elem..