1 Answer
- Newest
- Most votes
- Most comments
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 ?
Relevant content
- asked a year ago
