Andrew Masyanov
Results
1
issues of
Andrew Masyanov
I tried to use `{{block.super}}` while using templates with `strictVariables: true` and got undefined variable error. It seem to be happening because of [block.ts](https://github.com/harttle/liquidjs/blob/2f414f8e40446119ec1102292a97e25f142f6afc/src/tags/block.ts#L24C30-L24C31) tag is pushing `BlockDrop` with generators...
bug