Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Even is considered a bad practice, Javascript permit String object, in place of native primitive value .
I.e:
const priVal = 'myValue';
const objVal = new String('myValue');
connector must support String object value