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 261bde2 commit 5c440f9Copy full SHA for 5c440f9
packages/plugin-rsc/examples/starter-cf-single/src/root.tsx
@@ -52,8 +52,8 @@ function App() {
52
</li>
53
<li>
54
Visit{' '}
55
- <a href="/?__rsc" target="_blank">
56
- <code>/?__rsc</code>
+ <a href="./_.rsc" target="_blank">
+ <code>/_.rsc</code>
57
</a>{' '}
58
to view RSC stream payload.
59
packages/plugin-rsc/examples/starter/src/root.tsx
@@ -53,8 +53,8 @@ function App(props: { url: URL }) {
- <a href="?__rsc" target="_blank">
- <code>?__rsc</code>
+ <code>_.rsc</code>
60
0 commit comments