import React from 'react'; const GridCell = React.memo(({ active, mismatch, weight, variant, onClick }) => { if (variant === 'signal') { return (