Manu MA

Results 477 comments of Manu MA

> When using esm import .js or .jsx extensions is required Not sure i understand

Tried and it works, can you provide a full repo that reprodices the issue?

ngOnInit() is not a good place to read `this.outlet.canGoBack()` since: - canGoBack() can change and ngOnInit() is called once - ngOnInit() is called before the page is even part of...

Not that easy, since element.focus() is noop if it's not coming from an user interaction.

We can't reproduce this issue, can you provide a repo case that reproduces the issue? If `.can-go-back` is there, what is preventing the ion-back-button to be visible? Can you also...

I think the only cavenet is to avoid things like things: ``` export const CMP = component$({value = complexDefaultValue()}) => { }); ``` and avoid props destructuring in functional components...