I have a form where some values are taken and at the end some images are added through expo image picker. All of those informations are to be uploaded to AWS amplify so upon importing the models I suddenly receive a weird error I haven't seen before and it says
The moment I comment the line where I import the model it doesn't show that error but then I can't upload to AWS.
import { DataStore } from "@aws-amplify/datastore";
import { House } from "../models";