react-two-way-querybuilder icon indicating copy to clipboard operation
react-two-way-querybuilder copied to clipboard

Issue with convertSyntaxTreeToData method

Open ashokj82 opened this issue 8 years ago • 0 comments

Use query config as (firstname= 'jhon'), It gives an error for undefined value at line 73 in Query parser.js. I managed it working by replacing the line with if (element.value && element.value.field)

ashokj82 avatar Nov 15 '17 10:11 ashokj82