Hi everyone,
I recently started a new Ionic Angular project using Ionic 8 and integrated the latest version of Ngx-Formly. However, I’m facing compilation errors related to Formly’s Radio Component, which depends on
RadioValueAccessor
. It seems this has been removed in Ionic 8.
I’m already using the native ion-radio
component and have extended it in the FieldType
class. Also, I’m not using Formly-Ionic components anywhere, yet I still encounter this error.
Here are the dependencies in my project:
“@ngx-formly/core”: “^6.3.12”,
“@ngx-formly/ionic”: “^6.3.12”,
“@ngx-formly/schematics”: “^6.3.12”,
“@ionic/angular”: “^8.3.1”,
“@angular/cli”: “^18.0.0”