Closed hylickipiotr closed 3 years ago
Issue is not with jsstore but the next rendering. I also tried different way but couldn't solve it by using worker-loader.
So i have downloaded the file and put it into public folder and use it in public path. I have sent you a PR - https://github.com/hylickipiotr/jobs/pull/1
Also important point to not here is to call initJsStore in componentDidMount
, so that these codes are executed in client side.
Thank you for your help :D
Hi, I'm having a problem implementing indexedDB using with next.js. I've created service using official examples JsStore Examples. I used
worker-loader
and@zeit/next-workers
to load worker from the packagejsstore
.project source
Thanks to any help 😃
Node version: 14.15.4 NPM version: 6.14.10 Next vesion: 10.0.5 JsStore version: 3.12.0