You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just went through a similar scenario. To resolve that, you need to expose your Reveal instance to the global Window object, as demonstrated below:
importRevealfrom"reveal.js";import{useRef}from"preact/hooks";constdeckDivRef=useRef(null);window.Reveal=newReveal(deckDivRef.current,{transition: "slide",multiplex: {"secret": null,// fill for master execution"id": "35c115997a5e0645",//it must be Id here - the lib will convert to socketId"url": 'https://reveal-multiplex.glitch.me/'// Location of socket.io server},dependencies: [{src: 'https://reveal-multiplex.glitch.me/socket.io/socket.io.js',async: true},{src: 'https://reveal-multiplex.glitch.me/client.js',async: true}// or server],// other config options});
Greetings and morning all,
I am facing this unexpected issue

I have included the dependencies as shown in README.md
But on my slides, I am getting below error

I tried to include all dependencies in script tag though it's not suggested
but then I get below error.
Any help will be appreciated.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: