In [v4](https://github.com/segmentio/evergreen/pull/200), it seems that `Box` is not implementing the `autoFocus` attribute/prop as expected by React. I'm seeing prop-type warnings: ``` Warning: Invalid DOM property `autofocus`. Did you mean `autoFocus`? ```