Closed
Description
Bug Report
Steps
Render a Sidebar
component, see testcase
Expected Result
No warnings / errors
Actual Result
Warning: Failed prop type: Element is not defined
Version
0.88.2
Testcase
<Sidebar
as={Menu}
inverted
animation={'overlay'}
icon={'labeled'}
vertical
width={'wide'}
style={{ background: '#B8254E' }}>
Content
</Sidebar>