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
node_modules/@types/ramda"' has no exported member 'thunkify'.
"@types/ramda": "^0.25.47"
Forcing me to use () => myfunction(42) instead of thunkify(myfunction, 42)
How do I import: import { thunkify, prop, path, type, map, compose, flip, head, isEmpty, reduce, intersection, ifElse } from 'ramda' All's OK except for thunkify.
The text was updated successfully, but these errors were encountered:
node_modules/@types/ramda"' has no exported member 'thunkify'.
"@types/ramda": "^0.25.47"
Forcing me to use
() => myfunction(42)
instead ofthunkify(myfunction, 42)
How do I import:
import { thunkify, prop, path, type, map, compose, flip, head, isEmpty, reduce, intersection, ifElse } from 'ramda'
All's OK except for thunkify.The text was updated successfully, but these errors were encountered: