-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reveal.getConfig is not a function #18
Comments
Hi, |
Hi, |
Hi, |
I did not manage to launch my code on stackblitz but you can find it either: the error message : |
Had the same issue and managed to work around the problem by using Reveal.initialize({
// ...
dependencies: [{
src: 'node_modules/reveal_external/external/external.js',
condition: function() {
return !!document.querySelector( '[data-external],[data-external-replace]' );
}
}, ],
}); From the documentation it seems they changed the API for plugins, so this plugin would actually need to be adapted. |
@SirkoS , this is that i did, see my first comment. And it's not working for me. |
Any solution to this.I am facing same issue |
Same here :-( Reveal.getConfig as well as Reveal.addEventListener does Not work anymore |
Hi Jan - |
Hi textreme, |
I also sent you a collaboration request. Feel free to join this repository! :) |
Hi,
I upgraded reveal.js to v4.0.1 and now I've this message in browser console :
My configuration in index.html :
Have you an idea ?
The text was updated successfully, but these errors were encountered: