Skip to content

Commit

Permalink
Update .changeset/three-steaks-exist.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
artmsilva and sarah11918 authored Jan 23, 2025
1 parent 5271998 commit 42646f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/three-steaks-exist.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Adds experimental support for disabling streaming

This is useful to support libraries that are not compatible with streaming such as Stitches.js. To disable streaming for all React components in your project, set `experimentalDisableStreaming: true` as a configuration option for `@astrojs/react`:

```diff
// astro.config.mjs
import { defineConfig } from 'astro/config';
Expand Down

0 comments on commit 42646f1

Please sign in to comment.