eslint-plugin-mdx icon indicating copy to clipboard operation
eslint-plugin-mdx copied to clipboard

Does not correctly parse blocks with blank lines

Open slim1801 opened this issue 6 years ago • 1 comments

<Component>
{() => {
  const x;

  const y;
}}
</Component>

Results in parsing error.

slim1801 avatar Oct 05 '18 02:10 slim1801

I think this is caused by https://github.com/mdx-js/mdx/issues/195

cdfa avatar Jul 27 '19 20:07 cdfa