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'm using "@types/ramda": "^0.25.42" and "ramda": "^0.26.1", in an Angular 7 project, and I can't use R.move() because it throw an error saying Property 'move' does not exist.
Can't figure out why, any advice? Thanks
The text was updated successfully, but these errors were encountered:
I'm using
"@types/ramda": "^0.25.42"
and"ramda": "^0.26.1",
in an Angular 7 project, and I can't use R.move() because it throw an error saying Property 'move' does not exist.Can't figure out why, any advice? Thanks
The text was updated successfully, but these errors were encountered: