Skip to content

Commit 141a655

Browse files
committed
fix: share CSP nonce with dump
Closes: #74
1 parent 1420d81 commit 141a655

File tree

1 file changed

+1
-1
lines changed
  • src/templates/error_metadata

1 file changed

+1
-1
lines changed

src/templates/error_metadata/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class ErrorMetadata extends BaseComponent<ErrorMetadataProps> {
3030
return value
3131
}
3232

33-
return dump(value, { styles: themes.cssVariables })
33+
return dump(value, { styles: themes.cssVariables, cspNonce })
3434
}
3535

3636
/**

0 commit comments

Comments
 (0)