juanca / react-aria-components

React ARIA-compliant Components
https://juanca.github.io/react-aria-components
MIT License
6 stars 3 forks source link

Update Ref Proptype #42

Closed ahuth closed 6 years ago

ahuth commented 6 years ago

Per the React docs, refs have a current property, and this PR updates our custom prop type.

ahuth commented 6 years ago

Merging this in. Let me know, @juanca if the reasons here make sense, and I'm happy to revisit.