removing StreamRendering attribute as recent SDK seems to have resolved earlier rendering issues

This commit is contained in:
sbwalker
2024-04-08 14:31:12 -04:00
parent c52ad68d92
commit b63f73ef93
5 changed files with 3 additions and 49 deletions

View File

@ -3,8 +3,6 @@
@using Oqtane.Shared
@inject SiteState SiteState
@implements IDisposable
@* the following StreamRendering attribute is required - if it is removed the framework will not render the content in static rendering *@
@attribute [StreamRendering]
@if (!string.IsNullOrEmpty(_title))
{