const component = ({ mousePosition }) => (
  <div style={style}>
    {JSON.stringify(mousePosition)}
  </div>
)