aem-core-wcm-components icon indicating copy to clipboard operation
aem-core-wcm-components copied to clipboard

Issue 2516: Wait on Brandslug Override coral checkbox to be ready

Open kmatterne opened this issue 5 months ago • 1 comments

Q                       A
Fixed Issues? Fixes #2516
Patch: Bug Fix?
Minor: New Feature? X
Major: Breaking Change?
Tests Added + Pass? Yes
Documentation Provided Yes (code comments and or markdown)
Any Dependency Changes?
License Apache License, Version 2.0

A race condition occurred with the "Brandslug Override" Coral checkbox, where interactions were taking place before it was fully ready. Now, interactions will only happen once the Coral component is attached to the DOM.

kmatterne avatar Sep 10 '24 14:09 kmatterne