Can't style third party components using Glamorous
问题 The documented way of using Glamorous to style third party components doesn't work. I have tried it with a few and will show a example. In my style file: import InfiniteCalendar from 'react-infinite-calendar' export const Calendar = glamorous(InfiniteCalendar)({width:1200,height:330}); Usage: import { Calendar } from '../../styles/style'; const theme = { accentColor: '#fe490d', floatingNav: { background: 'rgba(56, 87, 138, 0.94)', chevron: '#ff7b50', color: '#FFF' }, headerColor: '#fe490d',