Skip to content

Commit 550fd33

Browse files
authored
Fix nanoid v3 issues
1 parent 815285c commit 550fd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/CheckboxTree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import classNames from 'classnames';
22
import isEqual from 'lodash/isEqual';
3-
import nanoid from 'nanoid';
3+
import { nanoid } from 'nanoid';
44
import PropTypes from 'prop-types';
55
import React from 'react';
66

0 commit comments

Comments
 (0)