Ensure manual nonce on Script works as expected (#78939)
While investigating https://github.com/vercel/next.js/pull/78936 we
noticed that manually setting `nonce` prop on `next/script` tag it
wasn't honored properly. This ensures we fully propagate it when
manually set as a prop.
---------
Co-authored-by: Zack Tanner <1939140+ztanner@users.noreply.github.com>