Nikita

Results 234 comments of Nikita

I hope bun team looks into this, it's quite an annoying blocker of using this feature with bun.

Full code for the url is actually ``` {%- for nav in collections.nav -%} {%- set isCurrent = (nav.url == page.url) -%} {%- set isParent = nav.url != '/' and...

So I do want to keep the `set isCurrent` logic to indicate which tab is active: But still adding a link inbetween the nav entries

Some more detail, this error happens when you first load the page. If you press `Clear errors and retry` button, the styles do get applied.