Sfoglia il codice sorgente

80623 added comment

Mao 4 anni fa
parent
commit
2dee3342f2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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>;
 };