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
I was just wondering about this and planning to look into it, thanks! how did you read my mind lol.
I'm curious, does Lo-Dash by any chance also offer a clean way avoiding potential conflicts between functions passed on imports and same-named properties on the context, for example, when both foo and foo() are passed?
Hmm, that's similar to the thinking behind what I was doing here, without knowing that mixin would override methods no matter what. Thanks for the feedback.
You can use:
to create a pristine lodash function that can be extended with mixins without causing potential conflicts with the
lodash
package.The text was updated successfully, but these errors were encountered: