Skip to content

Commit

Permalink
fix: maybe typo in README.mdx (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Kent C. Dodds <[email protected]>
  • Loading branch information
shmuli9 and kentcdodds authored Jun 25, 2024
1 parent b417043 commit 7e096fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/03.client-components/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ something like
`file:///Users/kentcdodds/code/epicweb-dev/react-server-components/playground/ui/ship-search.js`.

So when we call `renderToPipeableStream` with the RSC payload, we'll also provide
`react-server-dom-esm/client` with a `moduleBaseURL` option. This allows you to
`react-server-dom-esm/server` with a `moduleBasePath` option. This allows you to
control where the client modules can be loaded from the file system and used to
shorten the paths in the RSC payload:

Expand Down

0 comments on commit 7e096fa

Please sign in to comment.