Skip to content

Commit ab81d6b

Browse files
authoredNov 15, 2024
fix(Nav): remove prop-types-extra import from build (#6854)
1 parent 03d5d19 commit ab81d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Nav.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import classNames from 'classnames';
22
import PropTypes from 'prop-types';
33

4-
import all from 'prop-types-extra/lib/all';
4+
import { all } from 'prop-types-extra';
55
import * as React from 'react';
66
import { useContext } from 'react';
77
import { useUncontrolled } from 'uncontrollable';

0 commit comments

Comments
 (0)