Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

217
Views
Module '"@ionic/core"' has no exported member 'setupIonicReact' while upgrading ionic 5 to 6

I'm trying to update my ionic React app to 6. I followed the instructions here: https://ionicframework.com/docs/intro/upgrading-to-ionic-6#react

I did:

  1. Step 1 npm install react@latest react-dom@latest
  2. Step 2 npm install @ionic/react@6 @ionic/react-router@6
  3. Step 3 ...
  4. Step 4: I get:
import { setupIonicReact } from '@ionic/react';
^^^^^^
ERROR: Module '"@ionic/core"' has no exported member 'setupIonicReact'.ts(2305)
...

setupIonicReact({
  mode: 'md'
});

What I'm doing wrong?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I found the issue:

import { setupIonicReact } from '@ionic/core';

should be this:

import { setupIonicReact } from '@ionic/react';
                                 ____________
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!