We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf7ece commit 28e600dCopy full SHA for 28e600d
src/components/MessageOverlay/MessageOverlay.tsx
@@ -178,7 +178,7 @@ const MessageOverlayWithContext = <
178
179
const modifiedTheme = useMemo(
180
() => mergeThemes({ style: myMessageTheme, theme }),
181
- [theme, myMessageThemeString],
+ [myMessageThemeString, theme],
182
);
183
184
const scrollViewRef = useRef<ScrollView>(null);
0 commit comments