Sean Perkins
Sean Perkins
Hello @daniel-menezes thanks for reporting this issue! Can you test with this dev-build and let me know if you run into any issues? ``` 6.2.3-dev.11660655396.10551559 ```
Thanks @daniel-menezes! This will take a little extra discovery on my end. Not initially sure why `ion-nav` or the inner mounted component would be re-rendered from a state update. The...
@daniel-menezes thanks for digging in further! Yes, the updated commit splitting out the `PageOne` & state update into a functional component is semantically correct. The prior example was causing a...
Hello @daniel-menezes there are a few outstanding tasks I need to validate against the dev-build before I am comfortable with the fix going out in a patch release. Mainly I...
@infacto the existing pull request cannot be merged as-is, as it is out of date with `main` and has a number of merge conflicts and no test coverage. If you...
The existence of a "radio group" component in other design systems is rare. It tends to be a container element with the `role="radiogroup"` or using `fieldset`. e.g.: ```html Select a...
The team is still interested in this feature and we plan on supporting a similar API solution for both `ion-accordion-group` and `ion-radio-group`. I posted a brief message around why we...
@mstichweh thanks for reporting this issue. I believe in instances where the developer passes `minuteValue` to filter the selection, we should likely ignore the current time and default to the...
@rwaskiewicz your reproduction steps are correct. The error you are receiving is from an Ionic Framework bug [fixed here](https://github.com/ionic-team/ionic-framework/pull/25901). If the additional exceptions do not log, you can try installing...
@rwaskiewicz strange.. only happens in a new spec file. For example, update your reproduction to have `Home.test.tsx` in the `src/pages/` directory: ```ts import React from "react"; import { render }...