Commit 2cfff3b
committed
Fix runOnOtherBundle function parameters and improve global context handling
- Updated the parameters for the `runOnOtherBundle` function to ensure correct execution order.
- Introduced a reference to `globalThis.runOnOtherBundle` in the server rendering code for better accessibility.
- Enhanced the test fixture to align with the changes in the global context, ensuring consistent behavior across rendering requests.1 parent c07dd56 commit 2cfff3b
File tree
3 files changed
+3
-1
lines changed- react_on_rails_pro
- lib/react_on_rails_pro
- packages/node-renderer
- src/worker
- tests/fixtures/projects/spec-dummy
3 files changed
+3
-1
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments