1 Risposta
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
0
Amplify as a default export is deprecated and you would need to import it as a named export
import { Amplify } from ‘aws-amplify’
Could you please ensure that you are using the above correct syntax for the import ?
