Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

specify default interactive render mode #3751

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Conversation

sbwalker
Copy link
Member

@sbwalker sbwalker commented Feb 9, 2024

No description provided.

@sbwalker sbwalker merged commit bda5619 into oqtane:dev Feb 9, 2024
1 check passed
@thabaum
Copy link
Contributor

thabaum commented Feb 9, 2024

@sbwalker @RenderMode.GetInteractiveRenderMode(PageState.Site.Runtime, PageState.Site.Prerender)

Would you maybe need to encapsulate this ie @(RenderMode.GetInteractiveRenderMode(PageState.Site.Runtime, PageState.Site.Prerender)) ?

Also maybe renaming the namespace for RenderMode to something like ComponentRenderMode may help resolve potential conflicts of interest over that Oqtane/Microsoft namespace which may lead to causing compiler confusion between modules and components.

And/or try removing the @ so it reads like documentation @rendermode="RenderMode.InteractiveServer"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants