Plotly react blocks UI

I cannot seems to find a way to allow a react plot to not block UI interaction. There is an example at https://codesandbox.io/p/sandbox/react-suspense-demo-5uimi increasing the number of elements in the chart shows the effect more strongly.

I know that plotly dash has no troubles with this and happily allows UI interaction while charts render. When I look into the codebase I cannot see what makes this possible.

I’ve tried using suspense and useTransition with no luck, any help appreciated