전체 글 (96) 썸네일형 리스트형 [React] inner style important 적용 ref = {(e) => { if (e) { e.style.setProperty('width', '10px', 'important');} }} [Javascript] window.open -> close() 안될때 windows.open 후 close(); 가 작동하지 않을경우 testForm.submit(); window.open("","testForm").close(); -> 잘 작동하다가 어느시점에서 에러가남. ex ) let winOpen = window.open("_top" ,"testForm"," ...... ) winOpen.close() ; window.open자체를 변수에 담고 닫아주면 에러나지않음 [REACT] Warning: validateDOMNesting(...): Whitespace text nodes cannot appear as a child of <tr>. Make sure you don't have any extra whitespace between tags on each line of your source code. 결론 : 코드 사이에 모든 공백을 제거하면 더이상 콘솔경고 나지 않음 ex ) {head} {head} 이전 1 ··· 15 16 17 18 19 20 21 ··· 32 다음