We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024cdbf commit ecf89aaCopy full SHA for ecf89aa
README.md
@@ -194,7 +194,7 @@ MyApp::Application.configure do
194
config.react.server_renderer_timeout ||= 20 # seconds
195
config.react.server_renderer = React::ServerRendering::SprocketsRenderer
196
config.react.server_renderer_options = {
197
- files: ["react.js", "components.js"], # files to load for prerendering
+ files: ["react-server.js", "components.js"], # files to load for prerendering
198
replay_console: true, # if true, console.* will be replayed client-side
199
}
200
end
0 commit comments