We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9caa1a6 commit 58be0ebCopy full SHA for 58be0eb
packages/extension-starter/src/components/sample-hoc.tsx
@@ -10,7 +10,7 @@ import React from 'react'
10
// Define a type for the HOC props
11
type SampleHOCProps = React.ComponentPropsWithoutRef<any>
12
13
-// Define the HOC function
+// Define the HOC function
14
const sampleHOC = <P extends object>(WrappedComponent: React.ComponentType<P>) => {
15
const SampleHOC: React.FC<P> = (props: SampleHOCProps) => {
16
return (
0 commit comments