You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For components that wrap other components - like a wrapper around a component from npm that adds some additional functionality - it's common to extend props. Here's an example of wrapping around Col from Ant Design:
Expected Behavior
The inherited props should appear.
Actual Behavior
The inherited props don't appear.
Steps to reproduce the bug
For components that wrap other components - like a wrapper around a component from npm that adds some additional functionality - it's common to extend props. Here's an example of wrapping around
Col
from Ant Design:In the props table in Storybook, only the extra props are appearing. The extended/inherited props are not showing up.
Environment
The text was updated successfully, but these errors were encountered: