We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087e6f3 commit c6f6205Copy full SHA for c6f6205
packages/svelte/tests/runtime-runes/samples/custom-element-attributes/_config.js
@@ -22,6 +22,6 @@ export default test({
22
assert.equal(value2.shadowRoot?.innerHTML, '<span>test</span>');
23
24
const value_builtin = target.querySelector('div');
25
- assert.equal(value_builtin.shadowRoot?.innerHTML, '<span>test</span>');
+ assert.equal(value_builtin?.shadowRoot?.innerHTML, '<span>test</span>');
26
}
27
});
0 commit comments