You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It isn't working as expected. The whole page gets rerendered instead of the frame. I assume the reason is the shadow dom. When I disable the shadow dom with
createRenderRoot(){returnthis;}
in the NavButton element everything works as expected.
I am not sure if this is a bug or I messed up. Maybe someone can help me out.
The text was updated successfully, but these errors were encountered:
Sorry, forgot to mention it: I am using the newest version 7.3.0.
Maybe the difference is that I use the attribute inside the element not on the custom element itself?
07.10.2023 05:10:55 Yuki Nishijima ***@***.***>:
I am trying to create a Button Component (with Lit) with a
data-turbo-frame
attribute. The component looks like this:The basic layout is the following:
It isn't working as expected. The whole page gets rerendered instead of the frame. I assume the reason is the shadow dom. When I disable the shadow dom with
in the NavButton element everything works as expected.
I am not sure if this is a bug or I messed up. Maybe someone can help me out.
The text was updated successfully, but these errors were encountered: