Version
3.0.11
Reproduction link
See here
Steps to reproduce
Self evident, causes "Uncaught (in promise) Error: Maximum recursive updates exceeded". Comment out or remove the 'console.log' line fixes the issue.
What is expected?
No error
What is actually happening?
Array length increases until maximum recursion limit, throwing 'maximum recursive update exceeded' exception.