<%= react_component "Toast", { notice: flash[:notice], error: flash[:error] } %> <% if Rails.env.test? && flash.any? %>
<% %i[notice error].each do |type| %> <% if flash[type] || true %>
<%= flash[type] %>
<% end %> <% end %>
<% end %>