Closed saurabhshinde02 closed 3 years ago
Same problem here. Merge this PR https://github.com/exAspArk/batch-loader/pull/71 should fix this.
I use my own fork to work around this for now.
Hi, any update on the issue?
+1 would be great to see batch-loader be compatible with ruby 3.0.0! 😍
@exAspArk any chances to take a look? :pray:
🙏🏼 👍🏼
Hi, I tried the example given here https://github.com/exAspArk/batch-loader#batch-key after updating ruby version to 3.0.0.
It gives me
wrong number of arguments (given 1, expected 0)
error when passing arguments inbatch
method, Now, It is not expecting any argument. Is there any alternative way to do the same?ruby version: 3.0.0 rails version: 6.0.3.4 graphql version: (>= 1.8)