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
299 stars 46 forks source link

Cleanup recoil selectors #426

Closed kmcginnes closed 4 weeks ago

kmcginnes commented 1 month ago

Description

Originally, this was a bigger change that added some setters to the Recoil selectors. But this resulted in many difficult to debug issues because Recoil does not apply state changes immediately. This caused some setters to work on stale data.

What remains is a minor cleanup of some of the RecoilJS selector code.

Validation

Related Issues

Check List