Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
This is an extremely nasty bug that was very hard to find, and caused your browser to lock up. It's existed for a very long time and may explain some of the random browser lock up issues we sometimes see.
The core issue was that we were mutating an array in-place while reversing it, and under certain circumstances this lead to an endless loop.
Description
This is an extremely nasty bug that was very hard to find, and caused your browser to lock up. It's existed for a very long time and may explain some of the random browser lock up issues we sometimes see.
The core issue was that we were mutating an array in-place while reversing it, and under certain circumstances this lead to an endless loop.
Addresses