ATAnjan Talataminanjantalatam.hashnode.devยทMar 26, 2023 ยท 3 min readLodash get() does not default for value nullIt's been 1+ years of using lodash. I have no complaints except for it being too large on the bundle. However, recently I have found an issue that I thought was handled by lodash.get(), but it is not. ๐ซ The Story _.get() is the most used utility fun...00