Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 68f77c4

Browse files
committed
Merge pull request react-bootstrap#682 from AlexKVal/localUtils
Bower cannot use code from react/lib.
2 parents 9245588 + f6e7d67 commit 68f77c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CollapsibleMixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import TransitionEvents from 'react/lib/ReactTransitionEvents';
2+
import TransitionEvents from './utils/TransitionEvents';
33
import deprecationWarning from './utils/deprecationWarning';
44

55
const CollapsibleMixin = {

0 commit comments

Comments
 (0)