Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
render() {
const { width, height, margin } = this.props;
const gen = genPhyllotaxis({ radius: 10, width, height });
const phyllotaxis = [...new Array(1000)].map((d, i) => gen(i));
return (
{zoom => {
console.log(zoom);
return (
<div style="{{">
</div>