File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
example-project/next-15-runtime-based/test/__snapshots__ Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments