Issue Type:
Enhancement
Platform:
Web
Description:
When ReactiveBase is present as a child or deeper in the tree and wrapped by another emotion ThemeProvider, it will overwrite the theme keys of the outer ThemeProvider. A possible solution is to use a different key in reactivesearch itself:
<ThemeProvider theme={...}>
...
<ReactiveBase theme={...}>
<MyStyledComponent>
// got theme from ReactiveSearch instead
</MyStyledComponent>
</ReactiveBase>
</ThemeProvider>
Reactivesearch version: x.y.z
v2.6.9
Issue Type:
Enhancement
Platform:
Web
Description:
When
ReactiveBaseis present as a child or deeper in the tree and wrapped by another emotionThemeProvider, it will overwrite thethemekeys of the outerThemeProvider. A possible solution is to use a different key in reactivesearch itself:Reactivesearch version: x.y.z
v2.6.9