The Wayback Machine - https://web.archive.org/web/20210715072936/https://github.com/hypnodron
Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report hypnodron

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

hypnodron doesn't have any public repositories yet.

4 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri
Activity overview

Contribution activity

July 2021

Created 1 commit in 1 repository

Created a pull request in trpc/trpc that received 7 comments

Fix disabled query SSR and add tests

Closes #621 When writing tests I've encountered two different behavior depending on whether the queryKey changes or not and documented both of them…

+216 −2 7 comments

Created an issue in trpc/trpc that received 1 comment

@trpc/react trpc.useQuery ignores enabled: false during SSR

The issue seems to be that it doesn't check for opts?.enabled !== false here: trpc/packages/react/src/createReactQueryHooks.tsx Lines 211 to 2…

1 comment