Skip to content

Commit

Permalink
undo deprecated function upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
iMartzen authored and philipkocanda committed Oct 5, 2023
1 parent ad446b4 commit 12f192f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-site/src/components/Examples/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ import "react-datepicker/dist/react-datepicker.css";

export default class exampleComponents extends React.Component {
componentDidMount() {
hljs.highlightAll();
hljs.initHighlightingOnLoad();
hljs.registerLanguage("javascript", hljsJavaScriptLanguage);
}

Expand Down

0 comments on commit 12f192f

Please sign in to comment.