Dinika
Dinika
@kum-deepak Are there any updates on this (I am open to contributing if needed)?
@h2qutc Thanks! If possible/required, I would love to contribute to the new version. I already have a [PR](https://github.com/h2qutc/angular-material-components/pull/271) to support the feature I requested. Please feel free to give your...
@jonnytest1 The above does not work in non-nodejs environments, right? At least I get the following errors: ``` ReferenceError: join is not defined // I fixed this by using Array.prototype.join...
My work around for the issue was the following: ```javascript // jest.config.js moduleNameMapper: { ... other mapping, 'deepdash-es': '/global.mock.js', }, // global.mock.js // Mock implementations for deepdash-es functions being used...
@jonnytest1 Thanks for the comment. I did try the suggested solution but I still get the error `Cannot find module 'deepdash-es/standalone' from path/to/component/that/uses/deepdash-es`; Here's my jest config: ```javascript // File...
Are there any updates on this? I wanted to use this for a react project in my team and not having an esm version makes it difficult.
Is this issue fixed? I am on antd `5.4.7` and rc-select `~14.10.0` but I still see the warning in unit tests.
Please note that if the above proposal is not do-able, we can use the [multi fetch](https://bluebrainnexus.io/snapshot/docs/delta/api/multi-fetch.html) feature, to fetch all the selected rows at once, instead of requesting them one...
Thanks so much for looking into this and sharing the link to SVT issue @farindk Looks like some [early work](https://gitlab.com/AOMediaCodec/SVT-AV1/-/merge_requests/2551) for fixing the issue was recently merged. Hoping the fixes...