Replies: 1 comment
-
Solved at 3473. Incorrectly imported Highlight plugin, did not import css theme for highlight, and needed to disable double rendering in react development. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am unable to get auto-animate and syntax highlighting working with code snippets when integrating into React. Screencap at https://imgur.com/a/dmz0kb1, repo at https://github.com/pinkboid/revealjs-react-test
Detailed my problem at issue #3473, no responses and still no luck. I want to use this library in my app, but am feeling like it's just not usable. I would really appreciate it if anyone can help me get this working, and will happily contribute documentation to the project afterwards.
Made a new simple react app using
npm create vite@latest
(this time in plain JS, mentioned issue post was in TS)Presentation.jsx
App.jsx
main.jsx
index.css
Beta Was this translation helpful? Give feedback.
All reactions