aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
317 stars 47 forks source link

Replace react-hooks testing helpers #422

Closed kmcginnes closed 4 months ago

kmcginnes commented 4 months ago

Description

Apparently @testing-library/react-hooks doesn't support React 18. Somehow it was still working. However, I was running in to some odd behavior. So I'm doing the migration that they suggest for React 18.

https://github.com/testing-library/react-hooks-testing-library/blob/chore/migration-guide/MIGRATION_GUIDE.md

Validation

Related Issues

Check List