Skip to content

Commit 7e311ed

Browse files
feat(react): add tag transformation
1 parent 3710c42 commit 7e311ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example-project/next-15-runtime-based/test/__snapshots__/test.e2e.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ exports[`single-children-scoped > should correctly server side render 1`] = `
250250
.sc-my-button-scoped-h{display:block;background-color:green;color:white;font-weight:bold;border-radius:5px;cursor:pointer}slot-fb{display:contents}slot-fb[hidden]{display:none}
251251
</style>
252252
<my-button-scoped
253-
class="button button-outline hydrated my-activatable my-focusable sc-my-button-scoped-h"
253+
class="button button-outline hydrated my-activatable my-focusable sc-my-button-scoped sc-my-button-scoped-h"
254254
fill="outline"
255255
s-id="x"
256256
>
@@ -280,12 +280,12 @@ exports[`single-children-shadow > should correctly server side render 1`] = `
280280
>
281281
</template>
282282
<my-button
283-
class="button button-outline hydrated my-activatable my-focusable sc-my-button-h"
283+
class="button button-outline hydrated my-activatable my-focusable sc-my-button sc-my-button-h"
284284
fill="outline"
285285
s-id="x"
286286
>
287287
<template shadowrootmode="open">
288-
<style>
288+
<style sty-id="sc-my-button">
289289
:host{display:block;background-color:green;color:white;font-weight:bold;border-radius:5px;cursor:pointer}
290290
</style>
291291
<button
@@ -374,7 +374,7 @@ exports[`single-no-child-shadow > should correctly server side render 1`] = `
374374
s-id="x"
375375
>
376376
<template shadowrootmode="open">
377-
<style>
377+
<style sty-id="sc-my-component">
378378
:host{display:block;color:green}
379379
</style>
380380
<div

0 commit comments

Comments
 (0)