aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/react/test/react-component.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-16[ci] formatGravatar matthewp 1-3/+5
2023-08-16Add experimentalReactChildren option to React integration (#8082)Gravatar Matthew Phillips 1-0/+171
* wip: support true react vnodes in renderer * Add new experimentalReactChildren option to React integration * Update the test * Add docs * Update packages/integrations/react/server.js Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update with a better test * Update .changeset/yellow-snakes-jam.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/react/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/react/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>