Skip to content

Commit e1f167d

Browse files
Enhance pro features context by adding support for RSC in immediate hydration
1 parent 6bd6eda commit e1f167d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/dummy/spec/system/integration_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ def finished_all_ajax_requests?
9090
before do
9191
allow(ReactOnRails::Utils).to receive_messages(
9292
react_on_rails_pro?: true,
93-
react_on_rails_pro_version: ""
93+
react_on_rails_pro_version: "",
94+
rsc_support_enabled?: false
9495
)
9596
end
9697

0 commit comments

Comments
 (0)