Skip to content

Does HxMessenger work in InteractiveServer render mode? #783

Answered by hakenr
joshberry asked this question in Q&A
Discussion options

You must be logged in to vote

Where do you set the interactivity of your components? It seems you opted for "per page/component" which means your MainLayout.razor is non-interactive (and non of the interactive components will work there without further setting).

Use <HxMessenger @rendermode="@InteractiveServer" ... /> when you use it in non-interactive MainLayout.razor.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@joshberry
Comment options

Answer selected by hakenr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants