Skip to content

feat(useQuery): change default value for the suspend option to false#80

Merged
trojanowski merged 1 commit into
masterfrom
feat/suspend-default-false
Feb 13, 2019
Merged

feat(useQuery): change default value for the suspend option to false#80
trojanowski merged 1 commit into
masterfrom
feat/suspend-default-false

Conversation

@trojanowski
Copy link
Copy Markdown
Owner

BREAKING CHANGE: The default for the suspend option of useQuery is changed to false, and that hook no longer uses suspense by default. Suspense for data fetching is not recommended yet for production code. Please look at the issue #69
for details.

Closes #72

BREAKING CHANGE: The default for the `suspend` option of `useQuery` is changed to `false`, and that hook no longer uses suspense by default. Suspense for data fetching is not recommended yet for production code. Please look at the [issue #69](#69)
for details.
@trojanowski trojanowski force-pushed the feat/suspend-default-false branch from ba590df to d554aa4 Compare February 12, 2019 20:17
@trojanowski trojanowski merged commit 8e34e01 into master Feb 13, 2019
@trojanowski trojanowski deleted the feat/suspend-default-false branch February 13, 2019 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant