Skip to content

Commit

Permalink
Tweak CSSTransition import to reduce bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
tnajdek committed Jul 19, 2021
1 parent 059744b commit dbb86b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/form/creators.jsx
Expand Up @@ -2,7 +2,7 @@ import cx from 'classnames';
import deepEqual from 'deep-equal';
import PropTypes from 'prop-types';
import React, { memo, useCallback, useEffect, useMemo, useRef, useState } from 'react';
import { CSSTransition } from 'react-transition-group';
import CSSTransition from 'react-transition-group/cjs/CSSTransition'

import CreatorField from './creator-field';
import { enumerateObjects } from '../../utils';
Expand Down

0 comments on commit dbb86b8

Please sign in to comment.