I've come across that error for a few functions like mergeRight and includes. I'm using babel-plugin-ramda version of 2.0.0 with ramda on version 0.27.0. My configuration for babel lives in my webpack config, in this part:
I've tried to look this issue up and found some similar ones but I couldn't apply any of those solutions here. Any ideas what I might be doing wrong here?
I've come across that error for a few functions like
mergeRight
andincludes
. I'm using babel-plugin-ramda version of 2.0.0 with ramda on version 0.27.0. My configuration for babel lives in my webpack config, in this part:I've tried to look this issue up and found some similar ones but I couldn't apply any of those solutions here. Any ideas what I might be doing wrong here?