티스토리 뷰

[TS] Value must be omitted for boolean attributes 에러 해결방법


props가 아래와 같은 형태로 작성되어 있을 경우, 'Value must be omitted for boolean attributes' 에러가 발생할 수 있습니다.

 

<input data-enable-time=true />
<input data-enable-time='true' />
<input data-enable-time={true} />

 

 해결방법 : 아래와 같이 작성해 주시면 오류가 해결됩니다.

<input data-enable-time />

 

댓글
250x250
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/08   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
글 보관함