next.js
next.js copied to clipboard
fix(next): add cross origin in react dom preload
screenshot
Before
After
What?
Add crossOrigin in argument to ReactDOM.preload options from Script component props.
Why?
Because we expect the crossOrigin props handed over to Script component to also get into the preload link tag.
How?
Add crossOrigin argument to preload function in Script tag. value from restProps.crossOrigin.
Fixes #65879