adam-cowley / use-neo4j

React Hooks for Neo4j
MIT License
73 stars 21 forks source link

error result attribute didn't work for me in useReadCypher #5

Closed jexp closed 3 years ago

jexp commented 3 years ago

even when I passed an invalid cypher query it didn't return an error (message)

adam-cowley commented 3 years ago

Fixed in https://github.com/adam-cowley/use-neo4j/commit/1d4c751f609cb1125f17d0925adf462344fdcfb8 - the error is no longer re-thrown