Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cache - [vite] Error when evaluating SSR module #3

Open
JosefJezek opened this issue Sep 22, 2024 · 1 comment
Open

cache - [vite] Error when evaluating SSR module #3

JosefJezek opened this issue Sep 22, 2024 · 1 comment

Comments

@JosefJezek
Copy link

Please add support for hybrid output in Starlight.

my config

markdown: {
      rehypePlugins: [
        [
          rehypeMermaid,
          { class: "not-content", strategy: "img-class-dark-mode", cache },
        ],
      ],
    },
4:10:11 PM [vite] Error when evaluating SSR module /home/josef/projects/test/astro.config.mjs:
|- RangeError: Maximum call stack size exceeded
    at Function.isArray (<anonymous>)
    at clone (/home/josef/projects/starweb-sites/node_modules/.pnpm/[email protected]/node_modules/merge/lib/src/index.js:34:15)
    at clone (/home/josef/projects/starweb-sites/node_modules/.pnpm/[email protected]/node_modules/merge/lib/src/index.js:43:29)
    at clone (/home/josef/projects/starweb-sites/node_modules/.pnpm/[email protected]/node_modules/merge/lib/src/index.js:43:29)
    at clone (/home/josef/projects/starweb-sites/node_modules/.pnpm/[email protected]/node_modules/merge/lib/src/index.js:43:29)
    at clone (/home/josef/projects/starweb-sites/node_modules/.pnpm/[email protected]/node_modules/merge/lib/src/index.js:43:29)
    at clone (/home/josef/projects/starweb-sites/node_modules/.pnpm/[email protected]/node_modules/merge/lib/src/index.js:43:29)
    at clone (/home/josef/projects/starweb-sites/node_modules/.pnpm/[email protected]/node_modules/merge/lib/src/index.js:43:29)
    at clone (/home/josef/projects/starweb-sites/node_modules/.pnpm/[email protected]/node_modules/merge/lib/src/index.js:43:29)
    at clone (/home/josef/projects/starweb-sites/node_modules/.pnpm/[email protected]/node_modules/merge/lib/src/index.js:43:29)
@stereobooster
Copy link
Owner

To be fair I have never used hybrid output. Do you have an example repo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants