altrisi opened this issue 3 years ago ยท 0 comments
You can pass numbers and (single-quoted) strings, but if you pass it a boolean literal true or false it will throw an error.
If you pass it the strings 'true' or 'false' it will (obviously) treat them as strings and therefore you won't have a boolean either.
'true'
'false'