Error Note

[Error] warning: validateDOMNesting(...): <button> cannot appear as a descendant of <button>.

도리닥닥 2023. 4. 7. 02:23
728x90
warning: validateDOMNesting(...): <button> cannot appear as a descendant of <button>.

jsx에서 발생하는 에러로, button 태그 안에 허용되지 않은 태그를 사용해서 발생하였습니다.

저같은 경우에는 button 태그 안에 button태그를 또 사용해서 나타난 오류여서,

바깥의 button을 div태그로 바꿔주고 해결했습니다.