Skip to content

Commit

Permalink
Update .changeset/three-steaks-exist.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva authored Jan 23, 2025
1 parent 42646f1 commit d505984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/three-steaks-exist.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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`:
This is useful to support libraries that are not compatible with streaming such as some CSS-in-JS libraries. To disable streaming for all React components in your project, set `experimentalDisableStreaming: true` as a configuration option for `@astrojs/react`:

```diff
// astro.config.mjs
Expand Down

0 comments on commit d505984

Please sign in to comment.