Category "lodash"

How to check if every properties in an object are null

I have an object, sometimes it is empty like so {} other times it will have properties that are set to null. { property1: null, property2: null } How can

How to perform tree shaking for lodash in a create-react-app project?

I need to perform tree-shaking to reduce bundle sizes where lodash and some other libraries are being used. I've converted all lodash imports like this: import

Lodash debounce async/await

I'm trying to add debounce to my application before I do an api call. However when I introduce debouce, it seems like my await is ignored and the function calls

searching multiple Object Value in another Object JavaScript

I have 2 array of object in that, I want to compare all of the first array object property and value present in the second array of object. (at the object level

searching multiple Object Value in another Object JavaScript

I have 2 array of object in that, I want to compare all of the first array object property and value present in the second array of object. (at the object level

lodash dynamic filter with multicheck

I have a Multi check. I need a filter show with one option, two options, or three options. This is the option: The component has an array. The array is dynamic

Using lodash push to an array only if value doesn't exist?

I'm trying to make an array that if a value doesn't exist then it is added but however if the value is there I would like to remove that value from the array as

Lodash rounding precision

I'm trying to display a number as a percent by using _.round and then by multiplying the number by 100. For some reason, when I multiply the rounded number, the

flatten nested object using lodash

flatten, flattenDeep or flattenDepth of lodash only accept array. How to flatten nested object? var data = { "dates": { "expiry_date": "30 sep 2018",

Cypress: Module not found: Error: Can't resolve 'cypress/types/lodash

I am running my first test in Cypress from VS IDE and Cypress was working while until I encountered the error below without having changed or updated anything..

Sort array of objects with date field by date

Give the following array of objects, I need to sort them by the date field ascending. var myArray = [ { name: "Joe Blow", date: "Mon Oct 31 2016 00:0

Renaming several keys in an array/object with Lodash

How can I get from x to y with Lodash? var x = [ {id: 22, location: 'Vienna'}, {id: 13, location: 'London'}, {id: 21, location: 'Paris'} ]; var y

Map an array of arrays

Is there a method in lodash to map over an array of arrays I would like to do something like this so that it keeps the structure of the array. def double(x) {

Lodash.cloneDeep: unable to edit property of cloned object [discord.js execute command]

I'm currently trying to make an ~execute command for my bot. This command will allow me to execute commands as other users, thereby allowing to provide better d