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 432cad1 commit ad4dbe1Copy full SHA for ad4dbe1
node_package/tests/registerServerComponent.client.test.jsx
@@ -63,7 +63,7 @@ enableFetchMocks();
63
64
registerServerComponent('TestComponent');
65
const railsContext = {
66
- rscPayloadGenerationUrl: rscPayloadGenerationUrlPath,
+ rscPayloadGenerationUrlPath,
67
componentSpecificMetadata: {
68
renderRequestId: 'test-render-request-id',
69
},
@@ -173,7 +173,7 @@ enableFetchMocks();
173
174
175
railsContext = {
176
- rscPayloadGenerationUrl: 'rsc-render',
+ rscPayloadGenerationUrlPath: 'rsc-render',
177
178
179
0 commit comments