John Jenkins
John Jenkins
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...
## Pull request checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [...
This is a small PR that just tries to add the offending element to the `consoleError` function during all lifecycle hooks: `connectedCallback`, `componentWillLoad`, `componentDidLoad`, `componentWillRender`, `componentDidRender`, `componentWillUpdate`, `componentDidUpdate`, `disconnectedCallback` During...
This PR looks to fix a number of issues relating to slots and how they are managed when a component is **not** `shadow: true` OR if the browser in question...
Allowing the `@Prop` decorator to use `get` / `set` provides many quality of life improvements for developers and can improve the api of their components (see linked issues for many...
**Is your feature request related to a problem? Please describe.** The component isn't really a 'date-picker' per se. It's a form field **with** a date-picker. In my company we already...
## Pull request checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [...
### 🔗 Linked issues / related #15061 #14551 https://github.com/pi0/nuxt-twind/issues/6 ### ❓ Type of change Added the render result to the 'app:rendered' hook - [ ] 📖 Documentation (updates to the...
Hello there, The following lines of code in your plugin mean any warnings generated, results in no css being output. I don't think this behaviour is intended? ` if (warnings.length...
**I'm submitting a:** [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://stencil-worldwide.slack.com...