SUC-126207 The customer website was facing issues where the web popup was not appearing despite enabling the clevertap.dismissSpamControl=true Boolean.
After investigation we found it was due to the the stale Nodes which were not cleaned up More details shared in #web-core channel here
Created a campaign and tested web popups getting rendered on event (Added to Card) and on close getting cleanup from the DOM (DOM Nodes being : [wizParDiv0, intentPreview, wizParDiv2, intentOpacityDiv0, intentOpacityDiv, intentOpacityDiv2])
Checklist
[x] Code compiles without errors
[x] Version Bump added to package.json & CHANGELOG.md
Changes
SUC-126207 The customer website was facing issues where the web popup was not appearing despite enabling the
clevertap.dismissSpamControl=true
Boolean.After investigation we found it was due to the the stale Nodes which were not cleaned up More details shared in #web-core channel here
Changes to Public Facing API if any
No Changes
How Has This Been Tested?
Checklist