Hello! I am making a basic Remix application with an Express server adapter. I am using a CSP and nonce for loading script tags. Everything works fine, but when I use the defer() function in my loader, the scripts inserted do not inherit the nonce attribute.
The code snippets are the images. Let me know if more information is needed.