We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170d484 commit f00ca2eCopy full SHA for f00ca2e
1 file changed
packages/uniwind/src/components/utils.ts
@@ -9,6 +9,7 @@ export const copyComponentProperties = (Component: any, UniwindComponent: any) =
9
})
10
11
UniwindComponent.displayName = Component.displayName
12
+ UniwindComponent.prototype = Object.getPrototypeOf(Component)
13
14
return UniwindComponent
15
}
0 commit comments