Intro ์ ๋ฌ๋ฐ์ props๋ฅผ map ํจ์๋ฅผ ์ด์ฉํ์ฌ table๋ฅผ ๋ง๋ค๋ ๋์ค ๋ค์์ ์ค๋ฅ๊ฐ ๋ฐ์ํ์์ต๋๋ค. Warning: validateDOMNesting(...): cannot appear as a child of test test test test test test {props.map((item, index) => { return ( {item} {item} {item} {item} {item} {item} ); })} ์ ๊ฐ ๋ดค์ ๋๋ ๋ถ๋ช ๊ฐ ์์์ index ๋ผ๋ key ๊ฐ์ ๋ถ์ฌํ๊ณ ์๋ค๊ณ ์๊ฐํ๋๋ฐ์.. Why? ํ์ง๋ง..์๊ณ ๋ณด๋ ์์ธ์ ๋ฐ๋ก ์ ์์์ต๋๋ค.. key ๊ฐ์ root component์ ์ ์ฉ ๋๋ ๊ฒ์ด ์์น์ด๊ธฐ ๋๋ฌธ์ด์ฃ . ํ์ง๋ง ์ ๋ OtherComponent ๋ฅผ ํจ๊ป ์์ฑ..