This commit 78e3c2b added generateUUID, which generates a random UUID every time a tooltip is rendered, which changes Jest snapshots every time they're run.
That commit was done in #559, which says "No changes in workflows or documentation", which, while true, apparently didn't take into account changes in the DOM and testing. I would recommend a solution without the uuid state, if possible, but if not, some override that would disable the UUID in testing
This commit 78e3c2b added
generateUUID, which generates a random UUID every time a tooltip is rendered, which changes Jest snapshots every time they're run.That commit was done in #559, which says "No changes in workflows or documentation", which, while true, apparently didn't take into account changes in the DOM and testing. I would recommend a solution without the
uuidstate, if possible, but if not, some override that would disable the UUID in testing