Skip to content

Commit 779c8bf

Browse files
committed
fix types
1 parent 72fdaa7 commit 779c8bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ function initServerProvider() {
201201
};
202202
}
203203

204-
export const MetaProvider: ParentComponent<{ tags?: Array<TagDescription> }> = props => {
204+
export const MetaProvider: ParentComponent = props => {
205205
let e;
206206
const actions: MetaContextType | undefined = !isServer
207207
? initClientProvider()

0 commit comments

Comments
 (0)