Implement the createContext
hook
#1354
Labels
refactoring
Issue or PR related to refactoring with no functional changes
createContext
hook
#1354
Description
SegmentedControl
component #1272 에서 구현한createContext
훅을 공통 훅으로 분리합니다.createContext
를 적용할 수 있는 부분에 적용합니다.Reasons for suggestion
리팩토링
Proposed solution
FormControl
의 케이스처럼, 해당하는 컨텍스트 프로바이더 내부에 위치하지 않더라도 잘 동작해야하는 케이스에선 에러를 던져선 안됨FormControlContext
의 경우엔 예외로, 컨텍스트의 기본값을 nullish한 값으로 설정하지 않는 방법References
The text was updated successfully, but these errors were encountered: