luckyframework / lucky

A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts.
https://luckyframework.org
MIT License
2.57k stars 156 forks source link

don't capture blocks in the tags so you can still make custom wrapper… #1763

Closed jwoertink closed 1 year ago

jwoertink commented 1 year ago

Purpose

Fixes #1755

Description

Stops capturing blocks when passing down method overloads so you can create your own custom wrapper around some elements.

Checklist