Using a while loop in typescript crashes the project

Hi all. Just curious. Is there a reason for this?

Cheers,
Stuart

Edit: I just also tested it with a for loop and a condition that can’t be met. Same behavior. I then tested it with a very long for loop, and the CoSpace does run once the condition is met.

Does that mean that the lower level typescript functions take priority over the CoSpaces environment? That is quite interesting.

I do wish the devs would release a lot more information on how their platform actually works.