Skip to content

Commit a75c3ae

Browse files
lukaswiklundstaylor
authored andcommitted
Fixed provider component props
1 parent a35751f commit a75c3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default class HelmetProvider extends Component<PropsWithChildren<Provider
1919

2020
helmetData: HelmetData;
2121

22-
constructor(props: ProviderProps) {
22+
constructor(props: PropsWithChildren<ProviderProps>) {
2323
super(props);
2424

2525
this.helmetData = new HelmetData(this.props.context || {}, HelmetProvider.canUseDOM);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy