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 8b1329b commit 31f68feCopy full SHA for 31f68fe
src/calendar/day/index.js
@@ -5,7 +5,7 @@ import memoize from 'memoize-one';
5
6
import React, {Component} from 'react';
7
8
-import {shouldUpdate, extractComponentProps} from '../../component-updater';
+import {shouldUpdate} from '../../component-updater';
9
import dateutils from '../../dateutils';
10
import {xdateToData} from '../../interface';
11
import {SELECT_DATE_SLOT} from '../../testIDs';
0 commit comments