I'm trying to test the sidebar example from rainbow ui (https://react-rainbow.io/#/Sidebar)
const SideBarContainer = styled.div.attrs(props => {
return props.theme.rainbow.palette;
})
But I'm getting the error that props.theme.rainbow.palette is unresolved. How can I fix this?