segmentio / consent-manager

Drop-in consent management plugin for analytics.js
https://segmentio.github.io/consent-manager/
MIT License
341 stars 144 forks source link

ConsentManagerProps not correct #265

Closed joelpierre closed 2 years ago

joelpierre commented 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