Kije.Cho
Results
3
comments of
Kije.Cho
다시 복습 시작합니다. ```javascript console.log('Hello world!!! again~'); ```
현재 시점에서 Git bash를 기본값으로 설정하는게 바뀌었습니다. ~`Terminal.Integrated.Shell`~ 은 더이상 사용되지 않고, **`Terminal.Integrated.Default Profile`** 을 `Git Bash`로 설정하세요.
버튼 & + & 오류에 대해서 @YunhwanJung 님이 남기신 내용보다 아래와 같이 해보세요. ```javascript const fullWidthStyle = css` ${(props) => { if (props.fullWidth && props.fullWidth === true) return css` width:...