Skip to content

Commit 9c07226

Browse files
feat(internal): exposed the internal View component for use by @uirouter/react-hybrid
1 parent 59d1572 commit 9c07226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/UIView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,4 @@ export const UIView = props => (
277277
);
278278

279279
(UIView as any).displayName = 'UIView';
280+
(UIView as any).__internalViewComponent = View;

0 commit comments

Comments
 (0)