/users
/posts
/slides
/apps
/books
mysetting
/users
/posts
/slides
/apps
/books
2023-11-30 04:28
[Warning] Type '{'--box-gap: string;}' has no properties in common with type 'Properties<string | number, string & {}>'.
리액트 컴포넌트에서 받은 숫자값을 CSS 변수로 지정하고 싶은데,
style={{'--box-gap': `${gap}`px}
이렇게 넣으니, Warning이 떴다.
해결책은 as React.CSSProperties를 ...
더보기
Error
react
+ 더보기
zineeworld
0
0
0
댓글
댓글 달기
About
Badge
Contact
Activity
Terms of service
Privacy Policy