DEV Community

Discussion on: Reason(React) Best Practices - Part 1

Collapse
 
idkjs profile image
Alain

typo maybe? Should we change fruit to fruits here:

let eatFruits = (fruits: Js.Json.t) => Js.log2("Eating fruits", fruits);
Enter fullscreen mode Exit fullscreen mode
Collapse
 
fhammerschmidt profile image
Florian Hammerschmidt

Correct, I also updated this error now. Thanks for your help.