reflex-dev / reflex-web

A public repo of the reflex.dev website.
https://reflex.dev
216 stars 184 forks source link

Only show overriden props #1044

Closed ElijahAhianyo closed 3 weeks ago

ElijahAhianyo commented 1 month ago

When a prop in a child class overrides that in a parent class, we should only show the overridden prop.

Currently, the prop docs for rx.list in this PR, https://github.com/reflex-dev/reflex/pull/4183 adds the signature of the parent prop as a duplicate:

Screenshot 2024-10-23 at 2 32 31 PM

This PR fixes that:

Screenshot 2024-10-23 at 2 29 54 PM