{ready && bubbles.map(b => (
{ b.el = el; }}
aria-hidden="true"
style={{
left: (b.cx - r).toFixed(1) + 'px',
top: (b.cy - r).toFixed(1) + 'px',
width: r * 2 + 'px',
height: r * 2 + 'px',
}}
>
{b.formatted}
))}
);
}
ReactDOM.createRoot(document.getElementById('root')).render(