Closed gureckis closed 4 months ago
Sorry, I can't reproduce this on my machine. Does this still happen after restarting the Slidev server?
i'm not sure i had a local theme that was behaving weird for some other reason. i think it seems to have gone away now.
Describe the bug
I have a slide presentation which has loads a custom component in one of my slidse. This component is simple test just for debugging:
which is to say a component that doesn't do much.
I reference it in my slides.md
This results in an error on the console that looks like this
And the slide containing this component will not display. It might be unreleated but this seems to also causes any Monaco formatted code sections to not load correctly.
Commenting out the
onSlideEnter( () => { console.log('start scrolling') }
makes things work again.Environment