Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit d41a5a8

Browse files
committed
Set TransitionObservers display name
1 parent 5a856e3 commit d41a5a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/transitionobserver.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ export const TransitionObserver: React.StatelessComponent<TransitionObserverProp
6161
child.props.children,
6262
);
6363
};
64+
TransitionObserver.displayName = "TransitionObserver";

0 commit comments

Comments
 (0)