summaryrefslogtreecommitdiff
path: root/examples/integrations-playground/src/components/Counter.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-06-29Updates an error handler to expect updated `@astrojs/lit` behavior (#3766)Gravatar Tony Sullivan 1-34/+0
* fix: don't throw an error when the lit renderer doesn't provide a clientEntrypoint * updating the framework-lit example to match new behavior * fix: updating the playground example to latest lit syntax
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-0/+34
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback