It seems that when using Crio with React and you have an array of objects and try to do a simple iteration crio fails with error (see below).
Adding a .thaw().map() instead fixes the problem so it is probably something related to how React interacts with Crio during the map.
