Spot the bug - #88

Tiny canvas bug in this one.

const canvas = document.querySelector('canvas');
const ctx = canvas.getContext('2d');
ctx.fillStyle = '#ff6b6b';
ctx.fillReact(20, 20, 60, 60);

Reply with what is broken and how you would fix it.

It’s fillRect and not fillReact :grinning_face: