Git Product home page Git Product logo

Comments (7)

rlmestre avatar rlmestre commented on June 2, 2024 1

Yes, but the current check only considers the configuration of the markdown plugin. This example is using Starlight, and it seems that handles its own markdown config internally. I can look into improving detection to show the warning.

from analog.

rlmestre avatar rlmestre commented on June 2, 2024

This is due to a known incompatibility between Astro's Remark Shiki plugin and Zone.js. Unless another solution or workaround comes along, we'd have to wait for zoneless.

withastro/astro#8611

from analog.

brandonroberts avatar brandonroberts commented on June 2, 2024

Thanks @rlmestre. I thought the Astro plugin automatically warned about this?

from analog.

runyasak avatar runyasak commented on June 2, 2024

Hi @rlmestre @brandonroberts,
Thank you for taking care of my issue.
I am looking forward to using Angular with Astro by analog. 😁

from analog.

rlmestre avatar rlmestre commented on June 2, 2024

I opened an issue in the repo for the dependency that's causing the issue. Unfortunately, I think it's a long shot, but we'll see.

The good news is we finally have a root cause and it doesn't seem to be as big of a deal as native async/await conflicts with Zone. The bad news is we'll continue to run into packages that use async plugins or transformers causing these issues. In this case it's Starlight's expressive code.

You can disable expressive code by passing false to the property in starlight's astro.config:

import { defineConfig } from 'astro/config';
import starlight from '@astrojs/starlight';
import angular from '@analogjs/astro-angular';

export default defineConfig({
  integrations: [starlight({
     expressiveCode: false,
     ...
  })],
});

@brandonroberts do we want to add a warning and/or override for this particular one as well?

from analog.

rlmestre avatar rlmestre commented on June 2, 2024

My issue/PR were accepted, so the issue has been fixed upstream! To fix it "the right way", we need to wait for the dependency to be updated in unified and then Astro. If you want to try it now, you can override the package:

  "pnpm": {
    "overrides": {
      "trough": "2.2.0"
    }
  }

from analog.

brandonroberts avatar brandonroberts commented on June 2, 2024

Awesome, thanks @rlmestre!

from analog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.