강의

멘토링

커뮤니티

Inflearn Community Q&A

No author

This post's author information has been deleted.

[D.P.(DappProject)] DApp Project (NFT Creation, NFT Purchase and Sale)

Frontend Setting 1 (ChakraUI, React-Router-Dom)

Chakra Ui 에러 config-overrides.js 작성후

Written on

·

986

1

Chakra Ui 에러   chakra 설치시에  버전 영상과 동일하게 ^5로 맞추어 설치하였고

config-overrides.js 작성하였고 
package.json  에서 react-app-rewired 로 변경 완료하였으나    
아래와 같은 에러가 발생합니다. 

Failed to compile
../node_modules/@chakra-ui/modal/dist/index.esm.js
SyntaxError: C:\Users\user\Desktop\Dapp\LECTURE\node_modules\@chakra-ui\modal\dist\index.esm.js: Missing class properties transform.
71 | import { useEffect } from "react";
72 | var ModalManager = class {
> 73 | modals;
| ^^^^^^^
74 | constructor() {
75 | this.modals = [];
76 | }
dappsolidityblockchainnft

Answer 3

1

App.js 상 import { Button } from '@chakra-ui/react' 지웠다  다시 작성하고 실행하니 됨. 

0

저도 안되네요 ㅠㅠ

0

저도 똑같은 오류가 뜨는데 해결이 안되네요 ㅠ

No author

This post's author information has been deleted.

Ask a question