-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Is this something you or your team is interested in contributing a pull request towards?
None
Expected Behavior
Following the upgrade to Grommet version 2.47.0, we’ve encountered a compatibility issue with WalkMe functionality.
Previously, we used inline jQuery triggers to initiate WalkMe prompts. However, after the upgrade, these triggers are no longer firing as expected.
Upon investigation, we found that the DOM structure and class names of UI elements have changed, which is affecting WalkMe’s ability to locate and interact with the intended elements.
Example:
Before the upgrade, a specific UI button had the jQuery class:
"StyledBox-sc-13pk1d4-0 bEKzko"
After upgrading to Grommet 2.47.0, the same button’s class changed to:
"StyledBox-sc-13pk1d4-0 ceNwDG"
This change in class names is preventing WalkMe from identifying the correct elements, thereby breaking the expected functionality.
We’ve attached a sample screenshot for reference. Similar class name changes are observed across multiple UI pages, leading to widespread issues with WalkMe integration.
'
Actual Behavior
No response
URL, Screenshot, or CodeSandbox
No response
Steps to Reproduce
No response
Your Environment
No response