Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
22.75k stars 1.57k forks source link

Fix browser crash under certain circumstances with forms #14689

Closed aptkingston closed 1 month ago

aptkingston commented 1 month ago

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