In the screenshot below, you can see that we are encountering a peculiar error when attempting to compare a boolean variable with true.
This condition will always return 'false' since the types 'false' and 'true' have no overlap
Can anyone explain why this error occurs or what we may be overlooking?