question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Question about props table type column in 4.x.x

See original GitHub issue

Hello guys! Just recently upgraded to 4.x.x from 3.x.x and found out that types aren’t displayed in their own column anymore, but are placed inside of a description column. I’d like to move move it in separate column again, but can’t see a way to do it. Is it even possible? vue-styleguidist_vue-styleguidist-example_-_CodeSandbox

I tried overwriting PropsRenderer in config’s styleguideComponents option, but that didn’t do anything (however it worked with some other rsg components)

styleguideComponents: {
    PropsRenderer: path.join(__dirname, 'src/app/styleguide/PropsRenderer.js'),
  },

Is there a way for me to bring back the old behavior, like in pic below? vue-styleguidist-old

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
elevatebartcommented, Jan 13, 2022

Let me have a looksie… and it would probably help for tracking and changelog to have another issue but I could create it.

1reaction
iv-thomsoncommented, Jan 3, 2022

Thanks for the reply! You can see the bug in this repo https://github.com/iv-thomson/styleguidist-bug-example

Read more comments on GitHub >

github_iconTop Results From Across the Web

React Table - types of property 'accessor' are incompatible
Type '{ col1: string; }' is not assignable to type 'Column<{ col1: string; }>'. Object literal may only specify known properties, and 'col1' ......
Read more >
How to Use prop.table() Function in R (With Examples)
The prop.table() function in R can be used to calculate the value of each cell in a table as a proportion of all...
Read more >
Lesson 3 Counting | Data Science in R: A Gentle ... - Bookdown
This lesson is about getting R to do the work of counting for us, so that we can focus on the questions we...
Read more >
<table>: The Table element - HTML - MDN Web Docs - Mozilla
The HTML element represents tabular data — that is, information presented in a two-dimensional table comprised of rows and columns of cells ...
Read more >
Tables in R – A quick practical overview - R Project
13.5 Migraine - Statistics for a Stratified 2x2-Table . ... The first question is how categorical data is technically organised.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found