You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
refactor: Removed dependency on lodash.forEach (optimizely#412)
Summary:
to reduce package size, we are trying to gradually get rid of lodash library. This PR removes the implementation of fns.forEach and replaced it with default forEach method of arrays and Object.Keys for maps
Test plan:
All tests are passing
Co-authored-by: zashraf1985 <35262377+zashraf1985@users.noreply.github.com>
0 commit comments