@ -17,7 +17,7 @@ import { EMPTY_COMMENT, BLOCK_CLOSE, BLOCK_OPEN, BLOCK_OPEN_ELSE } from './hydra
import { validate _store } from '../shared/validate.js' ;
import { is _boolean _attribute , is _raw _text _element , is _void } from '../../utils.js' ;
import { Renderer } from './renderer.js' ;
import * as w from './warning s.js';
import * as e from './error s.js';
// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2
// https://infra.spec.whatwg.org/#noncharacter
@ -69,7 +69,7 @@ export function render(component, options = {}) {
// @ts-expect-error
if ( options . csp . hash && options . csp . nonce ) {
w . invalid _csp ( ) ;
e . invalid _csp ( ) ;
}
}
return Renderer . render ( /** @type {Component<Props>} */ ( component ) , {