mithi / epic-react-exercises

Practical React exercises with detailed solutions.
https://epic-react-exercises.vercel.app
Apache License 2.0
159 stars 35 forks source link

Syntax Highlighting Issue: In JSX components, spreading props breaks component's syntax highlighting #68

Open mithi opened 3 years ago

mithi commented 3 years ago

See issues from PrisimJS/prism

https://github.com/PrismJS/prism/issues/2753 https://github.com/PrismJS/prism/issues/2598 https://github.com/PrismJS/prism/issues/1548

mithi commented 3 years ago

Fixed by https://github.com/PrismJS/prism/pull/2754

mithi commented 3 years ago

Turns out this hasn't been released, so I have to wait for it