John Jenkins

Results 120 comments of John Jenkins

ok - I recreated using `globalStyle` ... perhaps issue description needs updating or a new ticket needs creating

@tfrijsewijk but if you see the original video ([here](https://user-images.githubusercontent.com/5030133/137995674-f956f252-72cf-4ad6-ad7b-62a67f217ea4.mov)) / repo I posted - with that setup you describe I could't recreate. I could only recreate with `globalStyle`

OIC! That's more of an issue with mono-repos in general I think - something I'm also working on :)

For coverage https://stencil-worldwide.slack.com/archives/C79EANFL7/p1675815754196299

hey! Just wondering if you've tried adding `key` attributes to your lists? https://stenciljs.com/docs/templating-jsx#dealing-with-children < the value of which must be unique (an iterator int won't cut it)

I will be submitting a PR which should solve this issue :) - just as soon as my source maps branch gets merged as source maps would be helpful. (Mentioned...

Yep, nearly there. Just writing tests

Ok, if anyone get a chance, I'd urge you to take a look and try it out :)

not saying this isn't valid, however if you need to do this now there are ways: 1) with the `dist` bundle: ``` import { defineCustomElements } from '@yourcomponent/libraryname/dist/loader'; ... defineCustomElements(window,...

I think my `@Mixin` PR would go some way to help with this (https://github.com/ionic-team/stencil/pull/2921) < The whole point of it is to reduce boilerplate. When scoping out and writing tests,...