Genymobile / genymotion-device-web-player

Genymotion Virtual Device Web Player
https://www.genymotion.com/
MIT License
91 stars 31 forks source link

Remove Lodash dependency #58

Closed pgivel closed 7 months ago

pgivel commented 7 months ago

Description

defaultsDeep was causing a weird bug on Shadow's side because of change-in-place behaviour. I found it clearer to use Object.assign from the default library.

Lodash wasn't used anywhere else, so let's remove the dependency.

Notes

Type of change

Checklist

pgivel commented 7 months ago

Closing, as this change isn't actually necessary, the similar change on Shadow's side only was enough.