Is there a known issue with `isLowerCase`? I conve...
# javascript
s
Is there a known issue with
isLowerCase
? I converted my code to 1.5, did the migrations of deprecated functions, but that was the only one that is causing me problems at runtime:
i
It could be if it was invoked on something that is not a JS string. Can you give the code that reproduces it?