mdx-deck icon indicating copy to clipboard operation
mdx-deck copied to clipboard

Built-in themes are not working with 3.0.13

Open seed-of-apricot opened this issue 4 years ago • 2 comments

Description

The built-in themes are not working with v3.0.13.

Steps to reproduce

  1. npm init
  2. npm i -D [email protected]
  3. set start script
  4. create deck.mdx and copy-paste the code below
  5. npm start
  6. nothing shown
import { themes } from "mdx-deck";
export const theme = themes.dark;

# Hoge

---

fuga

Workaround & Notes

It is working with v3.0.8. With v3.0.13, it seems that the dark.js is loaded but then the body of the html is gone.

seed-of-apricot avatar Nov 13 '19 08:11 seed-of-apricot

Can you write some detail about the issue? I am getting the result as expected both in 3.0.8 and 3.0.13

sumukhah avatar Nov 23 '19 19:11 sumukhah

i cant get theme to work at all

1ak31sha avatar Mar 11 '22 20:03 1ak31sha