Yang Wooseong (Andrew)
Yang Wooseong (Andrew)
CheckBox
고민되는 점) Checkbox가 secondary일 때 같은 컴포넌트가 nested된 형태가 될 수 있고, 이 때 부모와 자식컴포넌트의 checked상태가 유기적으로 연결되어야 한다. 구현 자체는 provider를 적절히 사용하면 가능할 것 같은데, 컴포넌트가 checked...
## Self Checklist - [x] I wrote a PR title in **English** and added an appropriate **label** to the PR. - [x] I wrote the commit message in **English** and...
### Summary `+1` 이모지가 deprecated된 imageUrl 속성을 쓰지 않고 name 속성에 "+1"을 넣으면 렌더링이 되지 않습니다. ### Reproduction process ```typescript // does not render // does render ``` "+" 에...
### Description validate-token 플러그인을 개선합니다. ### Reasons for suggestion 현재 css variable에 기본값을 넣으면 린트에 걸리고 있습니다. bezier-token 을 사용하는지 아닌지를 검사하는 것이 목적이기 때문에 기본값 사용을 허용해야 합니다. ###...
## Self Checklist - [ ] I wrote a PR title in **English** and added an appropriate **label** to the PR. - [ ] I wrote the commit message in...
## Summary - style-dictionary version 4로 버전을 업그레이드하고 breaking change에 대응합니다. ## Description - https://styledictionary.com/version-4/migration/ 가이드에 따라서 진행하면 될 것 같습니다. - https://github.com/channel-io/bezier-react/issues/2137 이슈까지 해결가능한지 보면 좋겠습니다. ### References -...
Panning does not work in external window. I described the reason and solution in https://github.com/BetterTyped/react-zoom-pan-pinch/issues/537
**Describe the bug** Panning does not work in external window. **To Reproduce** Steps to reproduce the behavior: You can reproduce in https://codesandbox.io/s/still-leaf-t3shu (which is originally posted in https://github.com/BetterTyped/react-zoom-pan-pinch/issues/93) **Expected behavior**...
### Describe the problem Currently, `setLogExtension` and console output share the same log level configuration. When you set a log level using `setLogLevel()`, both console output and log extensions use...
### Summary `Overlay` 컴포넌트가 `TextField` 같이 포커스 가능한 컴포넌트와 같이 사용될 때 레이아웃이 시프트 되는 버그가 있습니다. ### Reproduction process ### 재현 방법 1. `container` 로 지정한 엘리먼트의 경계에 가까이...