CyberCarrot

Results 2 comments of CyberCarrot

I've encountered the same issue with the missing cypher.getAuthTag() implementation and am also in need of help to solve this problem. It's a tricky situation that seems to require a...

``` const [visible, setVisible] = useState(false); Close trigger } popupAlign={{ points: ["tl", "cr"], offset: [10, 10], overflow: { adjustX: 1, adjustY: 1, }, }} popupVisible={visible} onPopupVisibleChange={(a) => { setVisible(a); }}...