๐Ÿšง

[React] Namespace 'React' has no exported member ... ์˜ค๋ฅ˜ ํ•ด๊ฒฐ

purpplee 2021. 6. 4. 09:45
Namespace 'React' has no exported member ...

react ์ฝ”๋“œ๋ฅผ next ๋กœ ์˜ฎ๊ธฐ๋‹ค๊ฐ€... ์ฒซ ์„ค์น˜ ๋•Œ --template typescript ๋ฅผ ์ž˜๋ชป ๋จน์ธ๊ฑด์ง€ ์ด๋Ÿฐ ์—๋Ÿฌ๊ฐ€ ๋–ด๋‹ค.

๋‚˜์˜ ๊ฒฝ์šฐ๋Š” Namespace 'React' has no exported memter 'ChangeEvent' ... ์˜€๋‹ค. 

 

์ฐพ์•„๋ณด๋‹ˆ..

node_modeules/@types/react ํด๋”์˜ global.d.ts ํŒŒ์ผ์ด ๋ˆ„๋ฝ๋ผ์„œ ์ƒ๊ธด ๋ฌธ์ œ๋ผ๊ณ  ํ•œ๋‹ค.

@types/teact ๋ฅผ ์žฌ์„ค์น˜ํ•ด์ฃผ๋ฉด ๋œ๋‹ค.

 

์•„๋ž˜ ๋ช…๋ น์–ด๋ฅผ ์‹คํ–‰์‹œ์ผœ์ฃผ๋ฉด ํ•ด๊ฒฐ!

npm install @types/react --save
๋ฐ˜์‘ํ˜•