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
Expected log output is "Props: Object {myProp: "foo"}", but when applying the ThemeDecorator to the component the output becomes simply "Props: Object {}".
The text was updated successfully, but these errors were encountered:
ThemeDecorator appears to swallow all custom properties set on a component.
Example:
Usage:
Expected log output is "Props: Object {myProp: "foo"}", but when applying the ThemeDecorator to the component the output becomes simply "Props: Object {}".
The text was updated successfully, but these errors were encountered: