Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4장 4.2.4에서 event 객체 부분 IntelliSense 미동작 해결방법 #358

Open
amiPark opened this issue May 27, 2022 · 0 comments
Open

Comments

@amiPark
Copy link

amiPark commented May 27, 2022

EventPractice.js 부분을 실습중입니다.
vscode를 사용중인데

handleChange = (e) => {
this.setState({
[e.target.name] : e.target.value << 이부분에서 코드 어시스트 미동작
});
}

표시된 부분에서 코드 어시스트가 동작하지 않던데 혹시 설정방법이 존재하는지 알고싶습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant