Youngseop Bae
Results
3
comments of
Youngseop Bae
잘 보았습니다! 마지막 숙제를 하고 답안을 확인해보았는데 궁금한점이 있습니다. ```javascript function CreateUser() { ... } ``` 이런식으로 함수표현식으로 그대로 작성했는데요 답안에서는 ```javascript const CreateUser = () => { ... }...
잘 보았습니다. 감사합니다!! **1. API 연동의 기본** 의 Users.js 코드 부분의 api url이 showmeerror -> 제거 되어야 할것 같습니다!
To be clear, this is a warning, not an error. In my case, it worked by adding an option to exclude the warning. ```js // rollup.config.js export default { //...