79393777

Date: 2025-01-28 12:24:32
Score: 0.5
Natty:
Report link

Run into same issue and found here the solution.

  1. Update the Angular / Ionic libraries to get a related bug solved.
  2. If you have a standalone app, check if your Ionic imports are correct. E.g. change import { ToastController } from '@ionic/angular'; to import { ToastController } from '@ionic/angular/standalone';
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bob der Baumeister