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 d8f4451 commit 0faea62Copy full SHA for 0faea62
lib/react_on_rails/helper.rb
@@ -375,7 +375,7 @@ def rails_context(server_side: true)
375
i18nDefaultLocale: I18n.default_locale,
376
rorVersion: ReactOnRails::VERSION,
377
# TODO: v13 just use the version if existing
378
- rorPro: ReactOnRails::Utils.react_on_rails_pro?,
+ rorPro: ReactOnRails::Utils.react_on_rails_pro?
379
}
380
381
if ReactOnRails::Utils.react_on_rails_pro?
0 commit comments