Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ReactDOM for react v16 compatibility
It appears as is ReactDOM has been removed as of react v16. As a result, react-a11y throws the error "react-a11y: missing argument 'ReactDOM'". Updating the option check to look for `findDOMNode` instead.
- Loading branch information