python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
stencil init ---> not ok -- TypeError: this.breakLines(...).flat is not a function
While setting up local in my machine(windows), I am getting following error on running "stencil init"
C:\Users>stencil init
not ok -- TypeError: this.breakLines(...).flat is not a functio...
Singh
Votes: 0
Answers: 1
Combine/re-use Stencil Decorators
For some while now I am trying to figure out how to re-use Stencil Decorators. In our company we have a whole bunch of components that do all use Translations. A user of our web component should be ab...

Jeroen De Groote
Votes: 0
Answers: 0
Stencil rerender children with updated prop values
I want a parent component to manage a central state of the application and pass down the relevant information to its children, re-rendering them as needed. This is how I understood parent/child commun...
Ethan
Votes: 0
Answers: 3
Stenciljs having troubles testing emitted event with Jest
I'm writing an input component using stencil and I'm having troubles testing the emitted event which is fired on a click or enter key press.The component:
export class Input {
.
.
pr...

Alex
Votes: 0
Answers: 1