Skip to content

8.20.3

Choose a tag to compare

@github-actions github-actions released this 08 Apr 07:51
· 286 commits to main since this release
802b0b8

@comet/site-react@8.20.3

Patch Changes

  • f1bfcb1: Use OnetrustActiveGroups instead of ConsentIntegrationData in useOneTrustCookieApi

    ConsentIntegrationData is used for OneTrust's internal logging and can be null, which caused useOneTrustCookieApi to crash. As recommended by OneTrust support, window.OnetrustActiveGroups is used instead, as it is always available when the consent banner is implemented.