max

Results 4 comments of max

Hi @Attrash-Islam , I'm also interested by this feature :+1:

did you find a workaround ?

Hi @Zearin, I'm facing the same issue, and it seems to be intentional behavior by the author (see [ast.js](https://github.com/11ty/webc/blob/main/src/ast.js#L320)). Unfortunately, self-nesting components are mandatory for our project. Do you have...

@oliveryasuna I have the same issue. First, we defined a "typed wrapper" (`DBService`) around Drizzle to simplify integration with Nest.js and dependency injection. Then, we added a new method to...