urql-graphql / urql

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
https://urql.dev/goto/docs
MIT License
8.63k stars 451 forks source link

fix(next): only inject `<Suspense` and warning during client-side rendering #3454

Closed JoviDeCroock closed 9 months ago

JoviDeCroock commented 10 months ago

Summary

In response to a comment on https://github.com/urql-graphql/urql/pull/3449#discussion_r1418516774 this opts you into streaming automatically 😅 which is probably not what we want by default. This moves the defaulting to only in the browser

CC @SoraKumo001

changeset-bot[bot] commented 10 months ago

🦋 Changeset detected

Latest commit: bdb662c57cf1d61e9affeeb4ff2e1cc1dd68dc2a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ---------- | ----- | | @urql/next | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

SoraKumo001 commented 10 months ago

@JoviDeCroock Thank you for your response.