```js regl.buffer({ data: null, usage: 'dynamic', type: 'float' }, ``` throws an error in safari, related https://github.com/plotly/plotly.js/pull/2593, https://github.com/plotly/plotly.js/issues/2543, https://github.com/plotly/plotly.js/issues/2457. That is trivial to fix by making sure default data is not null.