Avi Sharvit
Avi Sharvit
Same problem when using react
Thank you for your contribution @antonkomarev :+1: Sounds like a reasonable feature request to me, I believe it can be added to the `mdSeed` object in the `package.json`: https://github.com/sharvit/mongoose-data-seed#configurations Would...
Make sense, we should look at it as two different features: 1. Add a `seederService` field to the configuration object and load the service from this path. It will allow...
Thank you @wecarrasco for your contribution. > trigger two create in a single run by using an array Can you please explain or give an example? I am not sure...
I am experiencing the same issue with matamask version `10.11.3`. A workaround is to use the `removeListener` or the `removeAllListeners` methods: ```js provider.removeListener(name, callback); provider.removeAllListeners(name); ``` See: https://github.com/MetaMask/metamask-extension/issues/10196