We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6ef79 commit f961a3bCopy full SHA for f961a3b
spec/dummy/spec/packs_generator_spec.rb
@@ -37,6 +37,9 @@ def self.configuration
37
)
38
allow(ReactOnRails::Utils).to receive_messages(generated_assets_full_path: packer_source_entry_path,
39
server_bundle_js_file_path: server_bundle_js_file_path)
40
+ if ReactOnRails::Utils.instance_variable_defined?(:@rsc_support_enabled)
41
+ ReactOnRails::Utils.remove_instance_variable(:@rsc_support_enabled)
42
+ end
43
end
44
45
after do
0 commit comments