We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fdaa7 commit 779c8bfCopy full SHA for 779c8bf
1 file changed
src/index.tsx
@@ -201,7 +201,7 @@ function initServerProvider() {
201
};
202
}
203
204
-export const MetaProvider: ParentComponent<{ tags?: Array<TagDescription> }> = props => {
+export const MetaProvider: ParentComponent = props => {
205
let e;
206
const actions: MetaContextType | undefined = !isServer
207
? initClientProvider()
0 commit comments