Mao 4 лет назад
Родитель
Сommit
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,
   tagsUpdateInvoked: PropTypes.func,
 };
 };
 
 
+// wrapping tsx component returned by withUnstatedContainers to avoid type error when this component used in other tsx components.
 const TagLabelsWrapper = (props) => {
 const TagLabelsWrapper = (props) => {
   return <TagLabelsUnstatedWrapper {...props}></TagLabelsUnstatedWrapper>;
   return <TagLabelsUnstatedWrapper {...props}></TagLabelsUnstatedWrapper>;
 };
 };