[TIIL] - HTMLDivElement to React Element & TypeError Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.

pyk0844·2023년 2월 16일
0

1. HTMLDivElement React element로 캐스팅

How to cast an HTMLElement to a React element?
[React] React 엘리먼트 생성하기 :: createElement()
2021.09.11 00:02
프로그래밍/React

2. TypeError- Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.

  • 일단 에러가 나는 이유는 appendChild는 노드만 받기 때문이라고 하는데...
  • 왜 내가 한 부분에서 에러가 나는지는 모르겠다;;;;
  • append는 모든 객체를 허용한다고 한다. 더 해야할 부분이 있어 일단 append로 변경해서 에러는 해결 됐는데, 제대로 된건지는 뒷 부분을 마저 해봐야 알 듯..

Uncaught TypeError: Failed to execute "appendChild" on "Node"
append vs appendChild

0개의 댓글