-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Support an optional Layout export from the root route #8709
Conversation
🦋 Changeset detectedLatest commit: c5826ce The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@@ -64,16 +79,98 @@ export default function App() { | |||
} | |||
``` | |||
|
|||
You can pass extra props to `<Scripts />` like `<Scripts crossOrigin />` for hosting your static assets on a different server than your app. |
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.
Moved this and the nonce section below over to the <Scripts>
doc
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
Does this require the Vite dev server? In my usage so far it works fine with I'm not sure if you want a bug report, or if you would rather just document this limitation. It probably depends on how aggressively you want to drop non-Vite support. |
I currently use the I can't set it at any lower of a level than I also need to set the Is there a possibility to pass more than just |
No, |
Thanks, |
RFC #8702
Closes #8703