I started splitting my React application into several bundles using React.lazy. For some reason though, if I do this the Handsontable starts to render funny.
If I undo the React.lazy component imports, the render is fine…
Any ideas what is causing this?