enzonotario / vitepress-openapi

Generate VitePress API Docs from OpenAPI specifications
https://vitepress-openapi.vercel.app
MIT License
54 stars 9 forks source link

menu item text not rendering at build (after `^0.0.3-alpha.31` to `0.0.3-alpha.37`) #84

Closed addshore closed 1 month ago

addshore commented 1 month ago

Running docs:dev results in correct menu items

image

However when actually built, the menu item text doesnt get added

image

I experienced this while moving from ^0.0.3-alpha.31 to 0.0.3-alpha.37

addshore commented 1 month ago

Coming back around to this, I don't think this has anything to do with the library version, I believe I have broken it another way somehow. I'll continue to investigate.

enzonotario commented 1 month ago

mm I think it is related to this library. I experimented that after some page refresh. I thought it was just me. I will check it. Maybe the nested p tag is causing some SSR issues.

enzonotario commented 1 month ago

@addshore it's fixed now in v0.0.3-alpha.38.

Can you please validate it?

addshore commented 1 month ago

yup! its all back!

image

Many thanks!