John Jenkins

Results 120 comments of John Jenkins

Thanks for raising @eriklharper - yeah try purging - otherwise give me an hour and I’ll see what’s up. You on windows?

hmm weird - it is a thing :) https://www.npmjs.com/package/@johnjenkins/stencil-community .. try `"@stencil/core": "npm:@johnjenkins/stencil-community@^2.0.0"` ?

@eriklharper thanks! Shame - was just a hope. I'll remove it from the fix list for now, but I'll get to the bottom of it.

@eriklharper good news! ![image](https://user-images.githubusercontent.com/5030133/124195946-4cfc1980-dac3-11eb-85d4-413b273ae176.png) `"@stencil/core": "npm:@johnjenkins/stencil-community@^2.4.1"` (I bumped the version up to squash some 'min-version stencil version required' warnings)

hey @PaulRaschke - thanks so much for taking time to test this! Issue 1, I think I'm out of ideas (unless you can think of something?) - I feel like...

Converted to draft whilst I iron out the issues with nested slots

@PaulRaschke Ha - Your solution is so very obvious and I can't see any real disadvantage - I feel pretty silly! :D I've committed it - along with the nested...

@vmcbaptista sorry to hear that! Do you happen to have a minimum repro i could look at?

@vmcbaptista thanks so much for this - great catch (nothing to do with this PR, but still really helpful). I've pushed a fix now - `"@stencil/core": "npm:@johnjenkins/stencil-community@^2.5.4"` :)

hey @PaulRaschke thanks for this again! Unfortunately with the following ``` import { Component, Host, h, ComponentInterface, Prop } from "@stencil/core"; @Component({ tag: "my-component", }) export class MyComponent implements ComponentInterface...