export 'default' (imported as 'Amplify') was not found in 'aws-amplify'

1

Get error after update export 'default' (imported as 'Amplify') was not found in 'aws-amplify'. Coud anyone suggest something?

asked a year ago2198 views
1 Answer
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 ?

AWS
SUPPORT ENGINEER
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions