react-syntax-highlighter v13.5.1 Release Notes

Release Date: 2020-08-19 // over 3 years ago
  • 🛠 Bugfix:

    • #301: brought back createElement that went missing as of version 13.5.

      import createElement from "react-syntax-highlighter/create-element";

    Thanks to @samuela for spotting this one.