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
Switch from util.isDeepStrictEqual to lodash.isEqual. (#1987)
upgradeStrictHere.ts uses util.isDeepStrictEqual and using that version
in the web version of Cursorless will be a hassle. Use lodash.isEqual
instead: ["Performs a deep comparison between two values to determine if
they are equivalent."](https://lodash.com/docs#isEqual)
Co-authored-by: Barry Jaspan <bjaspan@google.com>
0 commit comments