jonatan

Results 2 issues of jonatan

**Describe the bug** In Python, empty lists are falsy, meaning they evaluate to `False` when coerced into a boolean value. In Javascript on the other hand, empty arrays are truthy...

needs investigation

https://github.com/plouc/nivo/blob/da6d6b751cff5570fb7378d57b52e3e4bdbcf872/packages/line/src/hooks.js#L6 `nivo/line` imports `uniqueId` from lodash in the hooks.js file. However, lodash is not declared as a dependency in `nivo/line`'s package.json file. This was causing my project to crash when...