owen-triple
owen-triple
### Describe the bug ```typescript // input.ts 'use client'; export function ClientComponent() { return 'Hello world'; } ``` ```bash > swc input.ts -o output.js -C module.type=umd ``` ```javascript // output.js...
## Environment ## System: - OS: Linux 6.1 Debian GNU/Linux 12 (bookworm) 12 (bookworm) - CPU: (2) x64 AMD EPYC - Memory: 1.33 GB / 4.01 GB - Container: Yes...
### 📌 문제 상황 [문제 논의 스레드](https://titicaca.slack.com/archives/CEEPB4TDY/p1681705604308289) TF의 ActionSheet에서 css props를 넘겼을 때, 의도한 대로 css 오버라이딩 되지 않는 문제가 있습니다. 이러한 문제는 createPortal을 사용한 컴포넌트들(Modal, ActionSheet ..)에서 공통적으로 발생했습니다....