volt
volt copied to clipboard
Remove final from render
Can we please remove final from the render method?
I'm playing with adding support for rendering react/vue components inside of volt components with https://github.com/ijpatricio/mingle, but naturally it needs to be able to hijack the render method to function.
I can't think of any reasons why removing the final keyword would be a breaking change here.