types icon indicating copy to clipboard operation
types copied to clipboard

pipe and useWith get ts error

Open Yueyanc opened this issue 2 years ago • 3 comments

image the first error: image the second error: image

Yueyanc avatar Dec 21 '23 09:12 Yueyanc

Hi @chenzhuo198 , I think we might need to see more of the code to be able to help you here. Could you paste the entire block in a comment? Also what version of ramda and @types/ramda are you using?

kedashoe avatar Dec 21 '23 18:12 kedashoe

@Yueyanc Yueyanc getLocaleStorage's issue will be fixed by https://github.com/ramda/types/pull/90, which has been merged but not yet released Swapping out R.compliment(R.isNil) with R.isNotNil will also fix your issue

setLocalStorage should be working, will need to look into that more @kedashoe can you transfer this issue over to ramda/types for me please and thank you

Harris-Miller avatar Feb 15 '24 06:02 Harris-Miller

@Yueyanc https://github.com/ramda/types/pull/90 has since been merged and released, please let me know if that has fully resolved this issue

Harris-Miller avatar Apr 02 '24 03:04 Harris-Miller