Barthélémy Ledoux

Results 184 comments of Barthélémy Ledoux

Hello @dflock Good remark, I did not think this would be a use case for `@values`. I guess that is why we experiment. What does your prop expect in this...

Thank you @dflock , If you had an `@example` JSDoc tag would you have needed the `@values`? Maybe that is the solution here. To implement a multi-line `@example` tag. The...

Thank you @Eternal-Rise It seems the URL to return to the components is not the right one. I'll try and fix it ASAP.

You are absolutely right, I need to add a dependency to vue. this escaped my fixes when I migrated to pnpm. Will fix now. Thank you for taking the time....

Can you share what version of npm you are using? I am wondering if this could be what I am missing.

You are absolutely right, I think it is. React is being "facebook" like again, and since it needs only one version of react, there is at leas one component that...

I will try to find a solution, but it might need a breaking change.

OK, in 5 I am doing a complete rewrite in vue3. We should not have this problem anymore ;) No react, no trouble ^^

With the amount of customization possible with vue-styleguidist 4, downgrading ReactJs is a breaking change of its own. If anyone uses any feature of React 17, their code would break...

Thanks @greper Yep, sorry... I think I should probably at least check the extension of the file I parse: https://github.com/vue-styleguidist/vue-styleguidist/blob/d3e873c4d50ce71eb5a3fcaace5571994a7ef5f3/packages/vue-docgen-cli/src/getSources.ts#L59-L64