Explorar o código

80623 added comment

Mao %!s(int64=4) %!d(string=hai) anos
pai
achega
2dee3342f2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>;
 };