[ ] I have tested my example against Shopify Liquid. (This isn't necessary if the actual behavior is a panic, or an error for which IsTemplateError returns false.)
Detailed Description
If a custom block, created with RegisterBlock(), uses render.Context.WrapError it panics due to render.rendererContext.node being nil.
Checklist
IsTemplateError
returns false.)Detailed Description
If a custom block, created with RegisterBlock(), uses render.Context.WrapError it panics due to render.rendererContext.node being nil.
Errorf() and SourceFile() have the same issue.
Test case:
Possible Solution