You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m experiencing an issue with the strict equality operator in the following function, which leads to an Uncaught TypeError in the Production instance. The function works correctly in all other environments, but the problem is isolated to Production. Changing the comparison to == seems to resolve the issue.
I’m experiencing an issue with the strict equality operator in the following function, which leads to an
Uncaught TypeError
in the Production instance. The function works correctly in all other environments, but the problem is isolated to Production. Changing the comparison to==
seems to resolve the issue.Another point:
abcOrNasEnabled is of type EnumValue, therefore a better use of it would be abcOrNasEnabled.value.
The text was updated successfully, but these errors were encountered: