Commit 7305cc7
committed
Remove calls to deleted disable_pro_render_options_if_not_licensed
The disable_pro_render_options_if_not_licensed method was removed from
ProUtils as part of simplifying immediate_hydration. This removes the
remaining calls to that method:
- render_options.rb: Options now passed directly without processing
- pro_helper.rb: Store data now used as-is since immediate_hydration is
already set correctly by helper.rb and controller.rb
immediate_hydration is now automatically set to the correct value
(ProUtils.immediate_hydration_enabled?) before the data reaches these
methods, so no additional processing is needed.1 parent 66f0b0a commit 7305cc7
File tree
2 files changed
+1
-3
lines changed- lib/react_on_rails
- react_component
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments