Ming-jun Lu

Results 19 comments of Ming-jun Lu

@vhoyer Sounds good to me! 👍

@asheemmamoowala Thank you! Using `promoteId` solved my problem.

@karen1au does this work? ```javascript this.map.addSource(sector.id, { type: 'geojson', promoteId: 'id', data: { type: 'Feature', geometry: { type: 'Polygon', coordinates: sector.boundaries.coordinates }, properties: { id: sector.id } } }); ```

It seems that some of the tags are misplaced to `` when this kind of expression is in ``: ```astro {{...}} ```

@donnikitos After playing around with the reproduction repo, I think I might have found a workaround: wrapping `` with ``. Could you try if it works for you? ```astro {meta?.title...

Gotcha! Here's where the warning comes from: https://github.com/withastro/astro/blob/7eac778cce4429059d433fa22bf8f44555e2965f/packages/astro/src/core/request.ts#L71-L74 And here's a minimal reproduction example: https://stackblitz.com/edit/github-a8vhdv?file=src%2Fpages%2Findex.astro

Hi @DarkidOP, Could you provide a minimal example for reproducing this error? Either [StackBlitz](https://astro.new/basics?on=stackblitz) or GitHub repo is fine 🙂

I couldn't reproduce this somehow. Would it be possible for you to provide a minimal reproduction example?

Hi @aretrace, On the same page, there's a section called [Combining classes with `class:list`](https://docs.astro.build/en/guides/styling/#combining-classes-with-classlist) describing how to do so 🙂