-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I used BootstrapProvider like this
Provider store={this.props.store}>
<IntlProvider locale={language}>
<ThemeProvider theme={defaultTheme}>
<BootstrapProvider>
<Container>
And not able to get the theme prop in Container Component.
export const Container = styled(div)(
(props) => {
console.log('props', props)
return css`
height: 100vh;
`}
);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested