import { memo, useState } from 'react'; import { Handle, Position } from '@xyflow/react'; function CustomNode() { const [text, setText] = useState('this is a pretty long text'); return ( <>