jakearchibald / idb

IndexedDB, but with promises
https://www.npmjs.com/package/idb
ISC License
6.2k stars 348 forks source link

Error when building Next.js #271

Closed ValyaBabenkov closed 2 years ago

ValyaBabenkov commented 2 years ago

Good afternoon. Ran into a problem when building an application on Next.js It blames indexDB

"next": "^12.0.10", "idb": "^7.0.1", "react": "^17.0.2", "react-dom": "^17.0.2",

Thank you

Снимок экрана 2022-06-06 в 10 08 17
jakearchibald commented 2 years ago

As stated in the bug report template that you deleted:

Bug reports without a minimal reproducible example will be closed (https://stackoverflow.com/help/minimal-reproducible-example). Ideally, the example should be accessible somewhere public, like jsbin, Glitch, jsfiddle, codepen etc etc

I'll happily reopen this when given a reproducible example.