Skip to content

Commit

Permalink
Fixed provider component props
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaswiklund authored and staylor committed Dec 18, 2023
1 parent a35751f commit a75c3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class HelmetProvider extends Component<PropsWithChildren<Provider

helmetData: HelmetData;

constructor(props: ProviderProps) {
constructor(props: PropsWithChildren<ProviderProps>) {
super(props);

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

0 comments on commit a75c3ae

Please sign in to comment.