Mohamed Daher
Mohamed Daher
Is this package still maintained? It is dependant on React 16 and forcing it to a newer version is not retrieving streams!
> I am unable to reproduce this, given the repo you linked to. Everything loads fine. Have you been able to resolve the issue? Otherwise, this might be OS/Browser-specific. 🤔...
We tried in the office on a Mac and it works fine. seems to me a 64bit issue? Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 22.1.0: Sun...
I tried updating and got same behavior Operating System: Platform: win32 Arch: x64 Version: Windows 10 Home Binaries: Node: 16.13.1 npm: N/A Yarn: N/A pnpm: N/A Relevant packages: next: 13.0.2...
I think this is related that nextJs updates to React 18 and the version of react-select used in the library is the older version. There is an open issue since...
We have found a workaround for this by adding disableMiddlewares field in the query options and then check for it in the middleware itself ``` let options = { new:...
this.options would not work on this case. Note that save pre middleware works save() and .create() but if you want to skip that why not use findOneAndUpdate with upsert option...