Ionic core loads assets by cdn.jsdelivr.net

There is on one who knows what is that code use-cases? Or there is no better idea?

Did you not read, not like, or not believe my previous comment? It’s used internally when Ionic pushes new releases of the framework.

Maybe I’m wrong or you because that code affected my project but you thought there is no problem and I have to find the solution without any advice or hint.

Thanks in advance for prompt replying and I will find a way finally but @ionic supports is unusable.

Yours faithfully

Perhaps you don’t understand that is a community forum. Most people here are just trying to help each other, for free. If you want enterprise support you can pay for Advisory Services from the company behind Ionic.

1 Like

Or post your question in the Jobs section of the forum if you dont want to give your money to Ionic :slight_smile:

:rofl: :rofl: :rofl: You make me laugh.

I got the solution to this problem. If anyone facing this issue in react application then please do the
following steps:

1: install npm i @ionic/core
2: import { setupIonicReact } from "@ionic/react";
3: Call this function setupIonicReact(); outside of your functional component in your App.tsx.

and done :slight_smile: