Closed Ziv89 closed 2 months ago
I'm sorry, but I don't see this anywhere in the project's codebase. I also ran it now to verify with a fresh clone and there's no such error. Where did you find it?
I'm sorry, but I don't see this anywhere in the project's codebase. I also ran it now to verify with a fresh clone and there's no such error. Where did you find it?
I've downloaded the whole project and tried to run it in visual code and then the section appeared in Database.ts. sentispace-main.zip
I've downloaded the whole project and tried to run it in visual code and then the section appeared in Database.ts. sentispace-main.zip
I assume you have some extension in VSCode that did it. I opened the zip in the link and there's no such line in Database.ts
While running the project in visual code there is an issue in the the section :
version(arg0: number) { throw new Error('Method not implemented.') } in Database.ts. it causes errors and the page will be blank while running the project:
The issues in the code seems to be from the attempt to override or redefine methods that are already provided by the Dexie library, deleting this section seems to fix the error.