Yeeun Kim
Yeeun Kim
# Summary # Pull Request 체크리스트 ## TODO - [x] [번역 규칙을 확인하셨나요?](https://github.com/javascript-tutorial/ko.javascript.info#%EB%B2%88%EC%97%AD-%EA%B7%9C%EC%B9%99) - [x] 줄 바꿈과 단락을 '원문과 동일하게' 유지하셨나요? - [x] [맞춤법 검사기](http://speller.cs.pusan.ac.kr/)로 맞춤법을 확인하셨나요? - [x] 마크다운...
### 작업할 내용 ex) [Part 3 3.4 Fetch: Abort](https://ko.javascript.info/fetch-abort)에 대한 번역
I can get x and y with` onPageSingleTap` props, but it changes dynamically when I change scale. is there any way that I can get x,y based on PDF screen...
## Current Behavior it looks like 'see more' is placed by template option as code below ```js // Write example code calendar.setOptions({ template: { monthGridHeaderExceed(hiddenEvents) { return `${hiddenEvents} more`; },...
```js remove(state, action) { const index = state.findIndex(todo => todo.id === action.payload) state.splice(index) }, ``` 책에 나온 remove 함수 부분인데요, `flter()`로 하면 제대로 되는데 `splice()`로 했을 때, 두번째 아이템부터는 괜찮은데...
## Bug report 🐞 Current Behavior I'm using Radix UI's AlertDialog and Popover. In my case, I have a custom select component implemented using Popover with modal={true} to achieve modal-like...