sidhu663

Results 4 comments of sidhu663

+1, I find this a very strange limitation especially when the element in question is not actually hidden. It makes it much more fragile to use it given that a...

+1 to this. Is there any way to keep comments without breaking returns in some cases?

On second thought, I think it can just be `if (options.suspense && !result) { ... }` since that's the effective branch when the code is loaded (which it is during...