We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
serializeStyles
1 parent 00370b5 commit 6cf84fcCopy full SHA for 6cf84fc
1 file changed
packages/eui/src/components/date_picker/react_date_picker.styles.ts
@@ -8,6 +8,8 @@
8
9
// Needs to use vanilla `css` to pass a className directly to react-datepicker
10
import { css } from '@emotion/css';
11
+// Emotion can handle serializing objects passed directly to css``, but not objs nested
12
+// in another function util, so we need to serialize some style objects manually
13
import { serializeStyles } from '@emotion/serialize';
14
15
import { UseEuiTheme } from '../../services';
0 commit comments