TIL: Cross document view transitions currently break, if view-transition-name is set on a <picture> element in Safari (26.0.1).
This is the error that appeared in the dev tools console:
InvalidStateError: Multiple elements found with view-transition-name: some-name
This error can be fixed by declaring view-transition-name on the <img> element inside the picture tag.