반응형
Uncaught Error: The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.
반응형
'react' 카테고리의 다른 글
react function Cannot access before initialization (0) | 2024.03.22 |
---|---|
useRef - 여러개일때 배열로 사용하는 방법 (1) | 2024.02.20 |
react에 css 파일 import할때 css파일내에 문법에러있으면 import에러남 (0) | 2024.01.11 |
왜 리액트는 대세가 되었을까? DOM관리불필요,유지보수,생산성 (0) | 2024.01.11 |
최적화: 비구조화(구조분해, destructuring) 할당을 통해 state갯수 줄이기 (0) | 2024.01.11 |