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
fix: change HtmxFragment.ShouldRender on direct requests
The ShouldOutput method should only check Match?.Invoke(context.Request) when context.Request.RoutingMode is RoutingMode.Direct because RenderDuringStandardRequest has higher priority in RoutingMode.Standard.
0 commit comments