Eliav2 / react-xarrows

Draw arrows (or lines) between components in React!
https://codesandbox.io/embed/github/Eliav2/react-xarrows/tree/master/examples?fontsize=14&hidenavigation=1&theme=dark
MIT License
584 stars 75 forks source link

use flatMap() from lodash instead of native #140

Closed vladislavkovaliov closed 2 years ago

vladislavkovaliov commented 2 years ago

Issue: Not having polyfill of flatMap() it'd be good using it from lodash.

joealden commented 2 years ago

flatMap looks to be supported by all browsers that this library explicitly supports, so I disagree that this is needed.