Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 13, 2019

Conversation

trojanowski
Copy link
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