summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/mdx-plus-react.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-31[ci] formatGravatar matthewp 1-2/+2
2023-08-31Prevent React hook call warnings when used with MDX (#8324)Gravatar Matthew Phillips 1-0/+26
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 1-2/+0
2022-08-05Add test for mdx + React usage (#4174)Gravatar Matthew Phillips 1-0/+25
* Add test for mdx + React usage * Add a changeset Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>