Results 208 comments of _Kerman

Inferred from the stacktrace, did you mean: ```sh cd /Users/user/code/hedera/hedera-dev-course-101/slidev/ pnpm dev ../mod02/slides.md ``` In this case, it errors because packages will be resolved from where the slides.md is, but...

> I think I might have solved this, maybe... Your .md file can ONLY be called slides.md, otherwise you will get errors? Any file name should be supported. However, in...

Closing this as this is a reported upstream issue: https://github.com/vuejs/core/issues/5407#issuecomment-2047603009

Quite similar to #1925. It will be easier to debug if we have the stack trace

I think this is the same problem as #1925. After revising the problem, I find this quite strange. Logically, the `useNavState` function can't be called before `Symbol(router)` is injected, but...

I think `@slidev/types` has to be explicitly imported to make the types being recognized, because TypeScript requires to do so. For the runtime error, I cannot understand why, because type...

> A better way of doing the Vite config is allow us to `import { defineViteConfig } from "@slidev/types"`, which validates the Slidev configs. That's a nice idea.

I think this can be solved by https://github.com/vuejs/core/pull/11150. Currently, the Vue compiler removes the `

Noticed this. I think the reason may be the PDF viewer doesn't support `background-clip`.

AFAIK this is caused by either the browser or the PDF viewer, which has nothing to do with Slidev itself. Also, the new [browser exporter](https://sli.dev/guide/exporting#browser) may resolve this, because it...