This repository was archived by the owner on Jul 14, 2020. It is now read-only.
This repository was archived by the owner on Jul 14, 2020. It is now read-only.
Use new ref API from React 16 #1
Open
Description
React 16 introduces the React.createRef()
API. Callback refs still work, but to be future-minded we should update to the new API.
https://reactjs.org/docs/refs-and-the-dom.html
This only applies to the setupAppForTesting
helper.