``` const xs = [null]; List.fromArray(xs).find((x) => true); ``` Finding an element with **x** being null throws an error. https://codesandbox.io/s/zen-morse-fk96k?file=/src/index.js