astro/.changeset/friendly-tigers-smoke.md
Pablo Berganza bef5103ae3
Fix renderer-solid not creating a reactive root (#848)
* use Solid's render method on the client

* add changeset

* use createComponent
2021-07-27 08:51:20 -04:00

113 B

@astrojs/renderer-solid
patch

Uses Solid's render function to render our components on the client.