Environment
Identity Validator 2.0.1
Situation
When a function is declared but the "function" word has a capital letter in it, it can break the functionality of the JS Library tab. It will no longer be able to register or save changes to the script. A sample of an incorrect function declaration that can cause this problem:Function x()
When this happens, the following error can be observed in a web browser's Developer tools console:ERROR TypeError: Cannot read properties of null (reading '1')