Closed ElijahAhianyo closed 3 weeks 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:
rx.list
This PR fixes that:
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:This PR fixes that: