Chanmin

Results 6 comments of Chanmin

Are there any reasons for using this community library instead of [official library](https://github.com/kubernetes-client/javascript)?

궁금한 점이 있어 댓글로 남겨봅니다! mapStateToProps 와 mapDispatchToProps 의 호출 시점이 궁금한데요, 최초 렌더링 후 호출된 다음, 상태가 업데이트되면 subscribe 처럼 상태 변화를 감지하고 다시 호출되는 형식일까요?

안녕하세요, @hochan222 님! 본업으로 바쁜 와중에도 리뷰해주셔서 항상 감사드립니다! 이번에도 잘 부탁드리며, 수정이 필요한 부분이 있다면 편히 말씀 부탁드리겠습니다! 🙇‍♂️

FYI) I've encounterd same issue, assigning static value to `bulletSize` and fixing `dynamicBulletsLength` value like below also helped to solve this problem. ``` bulletSize = 13; // AS-IS const dynamicBulletsLength...

Unfortunately, I've patched `node_modules/swiper/modules/pagination.js` with [patch-package](https://github.com/ds300/patch-package#readme). Instead If you needed the patch solution, I'll make a note of it. 1. Modify the code inside `node_modules/swiper/modules/pagination.js`. 2. Run patch script below....