You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to understand how the plugin works a little bit better and was curious to understand why the .d.ts files are located adjacent to the queries, but the .tsx files are stored in the cache folder. It seemed like it might make sense to have them all in one place or the other, but I'm guessing it's working around some TS compiler quirk somehow?
The gist is that I was thinking in the IDE it would be useful if clicking through to the imported { useQuery } function showed the .tsx file instead of .d.ts because it reveals the actual functionality then.
Thanks!
The text was updated successfully, but these errors were encountered:
I was trying to understand how the plugin works a little bit better and was curious to understand why the .d.ts files are located adjacent to the queries, but the .tsx files are stored in the cache folder. It seemed like it might make sense to have them all in one place or the other, but I'm guessing it's working around some TS compiler quirk somehow?
The gist is that I was thinking in the IDE it would be useful if clicking through to the imported
{ useQuery }
function showed the .tsx file instead of .d.ts because it reveals the actual functionality then.Thanks!
The text was updated successfully, but these errors were encountered: