You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v8.x
Current Behavior
The radio-group-wrapper which was introduced in core/src/components/radio-group/radio-group.tsx for solving #30222 causes React to crash when options are added/removed dynamically like in the typeahead selection example from the docs.
Expected Behavior
Ionic should not cause React to crash when radio options are added/removed dynamically.
Steps to Reproduce
Create a React-based ionic app
Add a modal with radio group and typeahead functionality (similar to the one from the docs, but should also work without a modal around the radio group
Run the app, type something into the searchbar for filtering the radio items
I was also seeing an issue with the @ion-modal (ex. @ion-modal-did-present) lifecycle hooks not firing. Installing "@ionic/vue@8.4.0" resolved both issues.
Prerequisites
Ionic Framework Version
v8.x
Current Behavior
The radio-group-wrapper which was introduced in core/src/components/radio-group/radio-group.tsx for solving #30222 causes React to crash when options are added/removed dynamically like in the typeahead selection example from the docs.
Expected Behavior
Ionic should not cause React to crash when radio options are added/removed dynamically.
Steps to Reproduce
Code Reproduction URL
https://stackblitz.com/edit/4cdat5jx
Ionic Info
Additional Information
Workaround: revert Ionic version to 8.4
The text was updated successfully, but these errors were encountered: