Skip to content

Commit 17d996a

Browse files
committed
Revert forwardref
1 parent 794767e commit 17d996a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ class Animation extends PureComponent {
3737
}
3838
}
3939

40-
export default React.forwardRef((props, ref) => <Animation {...props} ref={c => ref(c.anim)} />);
40+
export default Animation;

0 commit comments

Comments
 (0)