Explorar el Código

80623 added comment

Mao hace 4 años
padre
commit
2dee3342f2
Se han modificado 1 ficheros con 1 adiciones y 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>;
 };