-
Hi there, How can I make the TableOfContent component work with the RenderMode.InteractiveAuto ? Only works on InteractiveServer. Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It can difinetely work with WebAssembly, as that is waht we are using on the demo site. Perhaps you need to add a |
Beta Was this translation helpful? Give feedback.
-
It works if I add @rendermode="InteractiveAuto" in and @rendermode="InteractiveServer" in from App.razor If I add @rendermode="InteractiveServer" on both and , the TableOfContent is working but not the "counter" page. |
Beta Was this translation helpful? Give feedback.
It works if I add @rendermode="InteractiveAuto" in and @rendermode="InteractiveServer" in from App.razor
And the "counter" page (client side) is also working 👍
If I add @rendermode="InteractiveServer" on both and , the TableOfContent is working but not the "counter" page.