erikolson186 / zangodb

MongoDB-like interface for HTML5 IndexedDB
https://erikolson186.github.io/zangodb/
MIT License
1.07k stars 72 forks source link

“Cannot read property 'crypto' of undefined” error #38

Open NxqF opened 4 years ago

NxqF commented 4 years ago

I met the following questions and solved them according to the answers: Q--Using object-hash in an Angular 8 project causes “Cannot read property 'crypto' of undefined” error A--https://stackoverflow.com/questions/57393092/using-object-hash-in-an-angular-8-project-causes-cannot-read-property-crypto?r=SearchResults

Specy commented 2 years ago

Hey sorry for the very late question but how did you solve this? i just moved to vite with react from webpack and zangodb is giving me the same error that you stated. The issue comes from importing zango

EDIT: i ended up using @insertish/zangodb