Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix inline script content
Test in —prod actually executes the boostrapScriptContent code
  • Loading branch information
danieltott committed Apr 28, 2023
commit b1b1940ee363facf5b35157d7cae6f6c83495d6c
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ describe('ReactDOMFizzServer', () => {
</div>,
{
nonce: 'R4nd0m',
bootstrapScriptContent: 'INIT();',
bootstrapScriptContent: 'function noop(){}',
bootstrapScripts: ['init.js'],
bootstrapModules: ['init.mjs'],
},
Expand Down