volt icon indicating copy to clipboard operation
volt copied to clipboard

Remove final from render

Open deanmcpherson opened this issue 1 year ago • 1 comments

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.

deanmcpherson avatar May 22 '24 04:05 deanmcpherson