After we merged #6949 to fix #6943, we still have an issue with whitespace between JSX elements and text in JSX blocks.
It actually might be a bug in MDX, see mdx-js/mdx#843. So let's wait with fixing it.
References:
Prettier pr-6949
Playground link
Input:
Output:
Expected behavior:
After we merged #6949 to fix #6943, we still have an issue with whitespace between JSX elements and text in JSX blocks.
It actually might be a bug in MDX, see mdx-js/mdx#843. So let's wait with fixing it.
References:
Prettier pr-6949
Playground link
Input:
<asdf/>zxcvOutput:
<asdf /> zxcvExpected behavior:
<asdf/>zxcv