-
**Describe the bug**
When rendering a paginated page that is a `.webc` component, I'm getting syntax or type errors depending on the permalink template.
**To Reproduce**
My setup is the same …
-
It would be neat if we could not only explain how to use fetch to get the weather, but also demonstrate fetching the weather data. For example, we could have a button, and when the user clicks the but…
-
Loving the project!
Has anyone deployed to Cloudflare Pages?
I'm having this issue...
```
2023-02-18T17:05:56.592307Z Cloning repository...
2023-02-18T17:05:57.723905Z From https://github.c…
-
Our tests have gotten way more flaky recently. Often I have to re-run failed jobs 4 or more times to get a fully passing run on a PR. There seem to be several sources of flakiness, increasing the chan…
-
The new passthrough file copy and the Vite build step does not yet work when using `--serve`.
This is related to `eleventy-plugin-vite`: https://github.com/11ty/eleventy-plugin-vite/blob/3a2ae8c51c…
-
I'm using a bunch of Markdown-it plugins, and face [an issue with `markdown-it-image-size`](https://github.com/boyum/markdown-it-image-size/issues/404) which looks for an image in my project's root fo…
-
The scoped CSS never makes it to the page when attempting to render a WebC component in a `liquid` layout. I've included a recreation of this issue in this repository. [https://github.com/khalidabuhak…
-
(Apologies if this is the wrong repo for this!)
## Summary
There are a couple of a11y issues with the heading anchors that appear on hover:
1. They are not keyboard-focusable unless you hover…
-
There seems to be [an issue with passthrough copy](https://github.com/11ty/eleventy/issues/2498) when using the [eleventy-plugin-vite](https://github.com/11ty/eleventy-plugin-vite/) plugin with Eleven…
-
If I have my-component.webc:
```html
Hello,
class MyComponent extends HTMLElement {
constructor() {
super()
const name = this.querySelector(".name")
…