if (guides.find(({uuid}) => uuid === SIBLING_Y)) {
            updateGuide(guide);
        } else {
            addGuides([guide]);
        }