patbenatar / rbexy

A Ruby template language and component framework inspired by JSX and React
MIT License
34 stars 5 forks source link

Build against rails master is failing #101

Open patbenatar opened 2 months ago

patbenatar commented 2 months ago

| It breaks everything, primarily due to ActionView::Helpers::TagHelper::TagBuilder::HTML_VOID_ELEMENTS no longer being a thing at all.

We should probably grab the most recent HTML_VOID_ELEMENTS from Rails before it was removed and inline it into our codebase.