Results 23 issues of Jeong Jinwoo

https://github.com/gatsbyjs/gatsby/pull/27615 They reverted the official support because ecosystem is not ready for that feature. If you need to use this new JSX transform feature in lastest Gatsby (in this time...

First of all thank you for this awesome package. It really helps me a lot. # Brief explanation of proposal In this code, ```typescript interface Params { a: number; b:...

Related: #108 Expansion Panel 1개 이상을 묶는 개념의 컴포넌트.

new:component

# 현재상황 ## 재현 방법 모든 아이콘 tsx 파일에 대해 prop type 이 SVGSVGElement 라서 marginTop, marginBottom 등이 없음. 이로 인해 에러 발생 ## 기대한 동작 ## 실제 동작 #...

bug

# 현재상황 ## 재현 방법 ## 기대한 동작 ## 실제 동작 # Reference

bug

# 현재상황 ## 재현 방법 ## 기대한 동작 ## 실제 동작 # Reference

bug

## 현재 상황 showContentHeader 상태는 오직 하나임. ## 문제점 화면에 복수개의 Header 가 표시되어도 이들의 표시여부 상태는 하나로 공유되고 있음. 그래서 이 중 하나의 헤더만 unmount 되어도 나머지 header 까지...

feature

## 현재 상황 SideView 는 Content 를 덮지 않으며 SidePanel 만 가림. ## 문제점 특정 상황에서는 Content 를 가릴 수 있어야 함. ## 어떻게 개선할 수 있는지 SideView 가 Content...

feature

팀챗, 유저챗 우측 패널, ExpansionPanel #108 등에서 사용되는 Wrapper component.

new:component