Przeglądaj źródła

80623 added comment

Mao 4 lat temu
rodzic
commit
2dee3342f2
1 zmienionych plików z 1 dodań i 0 usunięć
  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>;
 };