-
Couldn't load subscription status.
- Fork 57
Open
Description
In the Performing mutations chapter, for the UUID import of src/App.js:
import uuid from 'uuid/v4'
I got an error when compiling (npm start):
Failed to compile.
./src/App.js
Module not found: Can't resolve 'uuid/v4' in '/Users/x/my-amplify-app/src'
I replaced the import with this syntax, and it's working:
import {v4 as uuid} from "uuid";
BarneyGammond, wisecoders, olivier-sabban, sethcenterbar, wispyco and 1 more
Metadata
Metadata
Assignees
Labels
No labels