-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
I was trying to dynamically set editor theme and it doesn't work, if I set it like this
const editorTheme = useMemo(() => {
return isDark ? 'ace/theme/ambiance' : 'ace/theme/chrome';
}, [isDark]);
theme={editorTheme}
it's not working, it just picks up the first theme in condition, how can I change it when toggling between dark and light modes of the app?
yuichiroaoki
Metadata
Metadata
Assignees
Labels
No labels