소스 검색

80623 added comment

Mao 4 년 전
부모
커밋
2dee3342f2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/app/src/components/Page/TagLabels.jsx

+ 1 - 0
packages/app/src/components/Page/TagLabels.jsx

@@ -76,6 +76,7 @@ TagLabels.propTypes = {
   tagsUpdateInvoked: PropTypes.func,
 };
 
+// wrapping tsx component returned by withUnstatedContainers to avoid type error when this component used in other tsx components.
 const TagLabelsWrapper = (props) => {
   return <TagLabelsUnstatedWrapper {...props}></TagLabelsUnstatedWrapper>;
 };