-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
docs: minor updates #14038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: minor updates #14038
Conversation
|
| pnpm run docs:jsdoc --path packages/react-router/lib/rsc/server.rsc.ts --write | ||
| pnpm run docs:jsdoc --path packages/react-router/lib/rsc/server.ssr.tsx --write | ||
| pnpm run docs:jsdoc --path packages/react-router/lib/rsc/html-stream/browser.ts --write | ||
| run: pnpm run docs:jsdoc --write |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can now just run this for all files - only the ones marked @public get written out
43d7ee6 to
148f12d
Compare
| Additional props to spread onto the [`<link>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/link) | ||
| tags, such as `crossOrigin`, `integrity`, `rel`, etc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hopefully his helps clarify that it's just a bag of props to spread onto link
| ### scriptProps | ||
|
|
||
| Props for the [`<script>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/script) | ||
| Additional props to spread onto the [`<script>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/script) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here for the <Script> props
| } | ||
|
|
||
| // Resolve file paths using glob patterns | ||
| let pathGlob = args.path || "packages/**/*.{ts,tsx}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No longer require --path now that we have critical mass - just default to everything
|
🤖 Hello there, We just published version Thanks! |
|
🤖 Hello there, We just published version Thanks! |
No description provided.