Skip to content

Commit

Permalink
[enzyme-adapter-react-16.3] remove unneeded Profiler line
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 28, 2018
1 parent 196b410 commit 724aa2d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
ContextProvider,
StrictMode,
ForwardRef,
Profiler,
Portal,
} from 'react-is';
import { EnzymeAdapter } from 'enzyme';
Expand Down Expand Up @@ -426,8 +425,8 @@ class ReactSixteenThreeAdapter extends EnzymeAdapter {
case AsyncMode || NaN: return 'AsyncMode';
case Fragment || NaN: return 'Fragment';
case StrictMode || NaN: return 'StrictMode';
case Profiler || NaN: return 'Profiler';
case Portal || NaN: return 'Portal';
default:
}
}

Expand Down

0 comments on commit 724aa2d

Please sign in to comment.