Marvin, I noticed that adding the fix here did not resolve the issue. I see the docs say Partials are enabled by adding a f-client-nav attribute to an HTML element -- is it expected that adding f-client-nav={false} to a component does not automatically apply it to html element children?
closes https://github.com/denoland/fresh/issues/2190
Marvin, I noticed that adding the fix here did not resolve the issue. I see the docs say
Partials are enabled by adding a f-client-nav attribute to an HTML element
-- is it expected that addingf-client-nav={false}
to a component does not automatically apply it to html element children?