Dongwook Hwang
Dongwook Hwang
Box - FlexChild - Center 와 같은 의존성이 생길 것 같은 느낌인데요, Box에 대한 인터페이스를 먼저 잡아보면 Circle은 Box, FlexChild의 preset prop을 넣는 느낌으로 되지 않을까 생각합니당
+) 가이드 문서를 보면 `content`는 보통 (string 등으로) 타입이 restricted 된 prop을, `children`은 일반적인 `ReactNode` 타입 prop을 의미하는 것 같습니다. 그래서 `Tag`, `Badge` 에 text content만 들어갈 수 있다면 `string`...
GitHub registry에 배포된 `@channel-io/react-docgen-typescript-plugin`에 접근하기 위해서는 channel-io organization 접근 privilege가 필요함. npm registry에 해당 패키지를 public으로 배포할지 체크 필요함 (bezier-react는 public package이기 때문에 organization-scope 접근 권한을 강제할 수 없음)
The exclusivity of instance types are implemented in #22. The next goal is to make the union of instance types to exhaustively define the whole type.
페이지 링크를 history API 대신, 태그로 처리 는 #110 에서 완료
우선 ImageResize cache policy의 min ttl을 30일로 변경해 보았음.
### Matches `extend`ed enumerations provide a default method named `is`. `is` is aware of the primitives defining the enumeration. ```typescript enum _Fruit { Apple = 'APPLE', Orange = 'ORANGE', }...
> The exhuastive typing of union is not supported yet should be > The exhaustive typing of union is not supported yet
Typos until this comment are corrected in #40. Please comment any existing typos in README.md in this issue. :+1: