Closed joelpierre closed 2 years ago
ConsentManagerProps declares that bannerSubContent?: string; however your docs in the README.md says PropTypes.node inline with bannerContent which in your types is correctly React.ReactNode
ConsentManagerProps
bannerSubContent?: string;
PropTypes.node
bannerContent
React.ReactNode
ConsentManagerProps
declares thatbannerSubContent?: string;
however your docs in the README.md saysPropTypes.node
inline withbannerContent
which in your types is correctlyReact.ReactNode