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 815285c commit 550fd33Copy full SHA for 550fd33
src/js/CheckboxTree.js
@@ -1,6 +1,6 @@
1
import classNames from 'classnames';
2
import isEqual from 'lodash/isEqual';
3
-import nanoid from 'nanoid';
+import { nanoid } from 'nanoid';
4
import PropTypes from 'prop-types';
5
import React from 'react';
6
0 commit comments