When I try to go to the next slide (with space or arrow right) it appears to be trying to go to 1 instead of /1 perhaps?
The demo link for this repo seems to be effected too.
Might be related to the recent major version release as I rolled back to 2.5.1 and it's working fine.
I'd be happy to dig into this if you'd like me to. But can't right now.

The mdx file
# first slide
when I hit space I get saddness
---
# slide 2
I can get here manually though
scripts section in package.json
"scripts": {
"start": "mdx-deck ./src/deck.mdx"
}
Thanks! This looks like a regression from one of the recent PRs – I'll dig in and see if I can patch this
Can you release it? I really need it tomorrow!
v3.0.7 should have the fix
Thanks @jxnblk
Most helpful comment
Thanks! This looks like a regression from one of the recent PRs – I'll dig in and see if I can patch this