react-agent icon indicating copy to clipboard operation
react-agent copied to clipboard

missing 'classnames' issue in typography component

Open umeshcydv opened this issue 9 months ago • 0 comments

We have missing classnames for typography.tsx file which causing crash on render when it being used in any of the generated component. What value supposed to be added here in place of classnames?

16 | import React from "react"; 17 | import cn from "classnames";

umeshcydv avatar Nov 28 '23 13:11 umeshcydv