ptmkenny
ptmkenny
I think there is a minor documentation issue here: `Routes that start with a / do not work in the Ionic RR6 implementation.` should be `Routes that **do not** start...
I just installed the test branch for this: ``` npm install @ionic/[email protected] @ionic/[email protected] @ionic/[email protected] ``` Unfortunately, this immediately breaks my app. `npm run dev` shows this error on the index...
@ShaneK Sorry about that, it seems there was some weird caching issue that caused that error. I rebooted the machine, blew away all the caches, and I could build my...
@ShaneK Thank you for the speedy fix, but it seems to be a little more complicated. Follow-up: https://github.com/ionic-team/ionic-framework/issues/24177#issuecomment-3637401533
This is fixed in the `master` branch, so it can probably be closed?
Something like this might be the issue? https://stackoverflow.com/questions/59725733/how-can-i-pass-overrides-when-using-use-in-the-latest-versions-of-scss
[React 19 has been released](https://react.dev/blog/2024/12/05/react-19), so it would be great to add this now. I've been using rc1 for the past few weeks with react-h5-audio-player (via npm --force) in my...
Thanks, I updated my app and ran some tests and everything appears to be OK!