The current docs for `List.chunksOf` say that "If there aren't enough elements to make the last 'chunk', those elements are ignored." This is a bad thing, and led me to have issues in production.
The current docs for
List.chunksOfsay that "If there aren't enough elements to make the last 'chunk', those elements are ignored."This is a bad thing, and led me to have issues in production.