ap0nia / eden-query

🙏 type-safe Elysia.js client with powerful asynchronous state management.
https://ap0nia.github.io/eden-query/
MIT License
37 stars 4 forks source link

fix(react-query, svelte-query): call root hook if hook is found #39

Closed ap0nia closed 1 month ago

ap0nia commented 1 month ago

Issue

The heuristic used to check for path params does not care whether or not the hook is a known one.

Solution

Check whether the hook exists on rootHooks.

Project

Resolves #35

Partially resolves #38