ViewComponents not rendering with Rails stream helper?

This works for ViewComponents:

<%= turbo_stream.update "frame" do %> <%= render Component.new %> <% end %>