Highlights
- Arctic Code Vault Contributor
Pinned
235 contributions in the last year
Less
More
Contribution activity
February 2021
Created 1 commit in 1 repository
Created 1 repository
- mtford90/blitz TypeScript
Created a pull request in blitz-js/blitz that received 6 comments
Change `useSession` to use suspense by default
Closes #1752 @engelkes-finstreet @flybayer this is what I had in mind for fixing #1752 - seems to be working well within my own project but like I …
+81
−51
•
6
comments
Created an issue in blitz-js/blitz that received 1 comment
When using useQuery with suspense disabled, the typings should suggest that the data can be undefined whilst loading
What is the problem?
const [data] = useQuery(foo, null, {suspense: false}); const x = data.x; // This should be a type error (accessing a property …
1
comment