Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- ffi-napi
- dvh
- adb pair
- Git
- github lfs
- html
- electron-packager
- device in use
- react-native
- Recoil
- vercel git lfs
- rolldown
- 이미지 데이터 타입
- Each child in a list should have a unique "key" prop.
- custom printing
- Can't resolve
- augmentedDevice
- camera permission
- Failed to compiled
- 티스토리 성능
- camera access
- react-native-dotenv
- npm package
- silent printing
- animation
- ELECTRON
- github pdf
- adb connect
- nextjs
- github 100mb
Archives
- Today
- Total
목록2022/12/19 (1)
Bleeding edge
1. 문제 : Title type Title component의 type 에 문제가 있다. export interface ITitleProps { lv: 1 | 2 | 3 | 4 | 5 | 6 | '1' | '2' | '3' | '4' | '5' | '6'; hidden?: boolean; focusable?: boolean; children?: string; restProps?: unknown[]; forwardedAs?: string | React.ComponentType; } 문제는 restProps?: unknowon[]에 문제가 있다. 지금 Title의 구조를 보면 heading tag가 바깥을 감싸고 있는 구조이기 때문에 heading에서 받을 수 있는 모든 attributes를 사용할 수 있..
ConnecTo
2022. 12. 19. 13:40