Benn Bollay

Results 4 comments of Benn Bollay

Also running into this on React 18. It basically makes it impossible to do per-filetype checks because the items list isn't consistently populated, so the `undefined` case takes precedence. Not...

Reproduced (with much surprise) in v4.4.1.stable.official [49a5bc7b6], see attached project. [button-when-paused.tgz](https://github.com/user-attachments/files/21909835/button-when-paused.tgz)

Alternative suggestion: at least in GDScript, you can get the number of expected parameters via [get_argument_count](https://docs.godotengine.org/en/stable/classes/class_callable.html#class-callable-method-get-argument-count). I'm not sure how this is exposed to C++ or C# or wherever it's...