The error comes up when I try to run a code sample. In liquid.js, inside LiquidDemoCtrl there's a verifyQuery function which calls setErrors with undefined for the 2nd param:
$scope.errorBlocks = setErrors(blocks, data.errors); // line 207 online
The error prevents running the code samples and seeing the annotations.
Going through the tutorial in the github pages, I get the following error on the polymorphism page:
The error comes up when I try to run a code sample. In
liquid.js
, insideLiquidDemoCtrl
there's averifyQuery
function which callssetErrors
with undefined for the 2nd param:The error prevents running the code samples and seeing the annotations.
I'm on Firefox 62