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
We shouldn't have hacky global prototype overrides ;), also the spec has changed from flatten to flat. (which was the reason no babel plugin was in yet, it was still in discussion)
Current Behavior
Emil (yeah that's me) implemented hacky global prototype overrides, see here
Expected Behavior
We shouldn't have hacky global prototype overrides ;), also the spec has changed from
flatten
toflat
. (which was the reason no babel plugin was in yet, it was still in discussion)Current Behavior
Emil (yeah that's me) implemented hacky global prototype overrides, see here
gazelle-server/src/index.js
Lines 1 to 7 in bd025e0
Possible Solution
Just remove the prototypes hacks and use lodash
The text was updated successfully, but these errors were encountered: