summaryrefslogtreecommitdiff
path: root/packages/integrations/react/test (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-22Merge branch 'main' into nextGravatar bluwy 1-0/+15
2023-11-21[ci] formatGravatar Arsh 1-11/+11
2023-11-21fix(react): make children `undefined` with `experimentalReactChildren` (#9141)Gravatar Arsh 1-0/+15
* add test script * make children `undefined` with self-closing tags * add changeset * refactor: simplify
2023-11-21Update all dependencies (#9138)Gravatar Bjorn Lu 1-1/+1
Co-authored-by: delucis <delucis@users.noreply.github.com>
2023-10-24Fix client hydration in experimentalReactChildren (#8898)Gravatar Matthew Phillips 3-4/+14
* Fix client hydration in experimentalReactChildren * Add tests * Add a changeset * Use recursion instead of walking * getChildren -> swap order --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-16[ci] formatGravatar matthewp 1-3/+5
2023-08-16Add experimentalReactChildren option to React integration (#8082)Gravatar Matthew Phillips 28-0/+449
* 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>