Open txh57 opened 4 years ago
Hi @txh57 ,
Sorry for the long reply. This is because the library that I use (react-tag-cloud) is missing className as a react props parameter. I will open a ticket for that library (or if they are busy submit them pull request).
As a workaround to make it work open file TagCloud.d.ts at node_modules>react-tag-cloud>dist and add next line on the line 37 (see attached picture)
className: PropTypes.IsOptional<string>;
npm run build throws an error in DWCTagCloud.tsx: