Ely Lucas
Ely Lucas
Hi @cnotv, thanks for the PR. The existing documentation is the correct implementation. Maybe theres another issue going on?
WIP/Draft PR for this: https://github.com/cypress-io/cypress-documentation/pull/4485
Hi @dennisameling, @uncvrd Could you try this prerelease version of the CLI with Cap 3 RC3 and let me know if the issue still happens? npm i -g @ionic/[email protected] Thanks
@ionic/react-hooks (the old library) and @capacitor-community/react-hooks (the lib for cap v2), are not supported in capacitor v3. Check the readme for instructions on how to use with Capacitor v3
Hey all on this thread, I put together a CRA 5 TS project with Cypress 10 that has e2e and CT, and its seems to work fine with CRA5. We...
If you care to dive into the react-scripts webpack setup, you can pass in the option to disable url routing to css-loader. In `node_modules/react-scripts/config/webpack.config.js` on line 121 change ``` options:...
This course was already added in https://github.com/cypress-io/cypress-documentation/pull/4745
Moving to the Cypress repo as this doesn't appear to be an issue with the docs
Hey all, I wanted to provide an update on this one. The crux of the issue is that IonRouterOutlet doesn't currently support swapping out routes here and there well (like...
Hmm no, only thing I modified in the config was the baseUrl. I tried creating a new repo to reproduce the issue but the problem didn't happen there. So I...