You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ArthurSonzogni After b0e087e should the code which assumes FTXUI 5.x be using OnRender in place of Render? just-fast fails to compile with 6.x, complaining that ftxui::Element JustFastUi::Render() is marked override, but does not override.
The header in just-fast has ftxui::Element Render() override;.
The text was updated successfully, but these errors were encountered:
@ArthurSonzogni After b0e087e should the code which assumes FTXUI 5.x be using
OnRender
in place ofRender
?just-fast
fails to compile with 6.x, complaining thatftxui::Element JustFastUi::Render()
is marked override, but does not override.The header in
just-fast
hasftxui::Element Render() override;
.The text was updated successfully, but these errors were encountered: