Skip to content
Compare
Choose a tag to compare
@astrobot-houston astrobot-houston released this 31 Aug 15:38
· 5201 commits to main since this release
61ac0eb

Patch Changes

  • #8324 0752cf368 Thanks @matthewp! - Prevent React hook call warnings when used with MDX

    When React and MDX are used in the same project, if the MDX integration is added before React, previously you'd get a warning about hook calls.

    This makes it so that the MDX integration's JSX renderer is last in order.