Ariel Santos
Results
2
comments of
Ariel Santos
Hey, if anyone's still dealing with this problem, here's a simple workaround: ```ruby module I18n::Tasks::MissingKeys def locale_key_missing?(locale, key) !I18n.exists?(key, locale) end end ``` Obviously it depends on having already loaded...
Changing `Phlex::HTML::VOID_ELEMENTS.values + Phlex::HTML::STANDARD_ELEMENTS.values` to `Phlex::HTML::VoidElements.methods + Phlex::HTML::StandardElements.methods` fixes the error, although not 100% correct.