summaryrefslogtreecommitdiff
path: root/packages/renderers/renderer-react/client.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-04-11remove unused renderers (#3063)Gravatar Fred K. Schott 1-15/+0
2022-04-02update prettier width (#2968)Gravatar Fred K. Schott 1-1/+3
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 1-8/+8
2021-12-02fix: renderer behavior with no children (#2078)Gravatar Nate Moore 1-1/+8
* fix: renderer behavior with no children * [ci] Prettier fix * Force CI * fix: properly handle falsy values * [ci] Prettier fix * chore: force ci * [experiment] netlify ignore Co-authored-by: GitHub Action <github-action@users.noreply.github.com>
2021-05-28Bugbash! (#263)Gravatar Nate Moore 1-0/+6
* fix(vscode): Markdown frontmatter should use TSX, not YAML * test: add test for #153 * chore: bump deps * chore: update to use @astrojs scope * fix: Markdown parse error when only child is `{expression}` * fix: update renderer edge cases * fix: failing test * fix: update renderer