Simon Hänisch
Simon Hänisch
There's a normal `prettier` config in the `package.json` which is officially supported by Prettier 🤓 ([first option in the list here](https://prettier.io/docs/en/configuration.html)) I don't think I added linting to this project...
Sorry and thanks for the pings... kinda forgot about it, i'll try to get it done this week.
Yes please, let's get the breaking changes all done at once (: @so1ve do you have time to update your PR?
What seems perfect? The bug report or the back button? I don’t actually know if this is solved because we’ve been using my “custom back button with window.history.back()” workaround since...
Oh really? Could you explain to me how I can access `navCtrl` in my Stencil Ionic PWA which uses `ion-router`?
Appreciate you trying to help but could you please have a look at the the repo I made first? I don't think you have understood the bug I'm describing. `defaultHref`...
@gp559 🤔Issues don't just resolve themselves. I can confirm that this issue still exists with latest (`@ionic/[email protected]`) as well as next (`@ionic/[email protected]`). @brandyscarney would you mind having a look at...
I just updated to `@ionic/[email protected]` and `@stencil/[email protected]` and this issue still exists. @liamdebeasi I saw you've been working on the router quite a bit, maybe you could have a look...
Is there any way that someone takes a look at this before this issue turns a year old, @liamdebeasi? If I don't get a reply in the next couple months,...
Thanks! (: At least it's being tracked now. The workaround I was currently using is this: ```jsx window.history.back()}> ``` But that doesn't support `defaultHref` so I only use it on...