Cory McArthur

Results 26 comments of Cory McArthur

@sean-perkins I understand that useIonModal is the way around the issue, however - this is a very common and preferred pattern for react applications. When using the hook useIonModal -...

Once I try to use `@ionic/[email protected]` navigation is broken. Downgrading to 6.2.2 router works fine - but the issue outlined above is still present. Tapping on a navigation link, changes...

@sean-perkins I had the same routing issue with this build as @Fooweb and @JohnGeorgiadis reported but the issue I saw with routing was because I needed to install two dev...

@sean-perkins Here's a video of the simple demo I put together based off of the ionic-react-conference app This pattern (route based IonModal) worked in v5 - and I've been told...

Ah yep, you're right. I filed the original bug - and it does solve the filed issue - but still feels like an unpolished solution. I'll file a new bug...

+1 I just ran into this issue myself! - repro steps outlined above

I ran into this as well today - specifically when trying to output a react component. I'd like to be able to pass the generic type to infer it's value...

I'm also having issues with this. nx workspace using stencil, and I'm getting the same error when trying to inject global paths. Anyone come up with a workaround?

Hmm that's interesting , maybe because I was using yarn instead of npm. I was able to reproduce again by cloning to my other computer, running `npm install` and `npm...