Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
chore(deps): upgrade react-helmet
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires react-helmet v6
  • Loading branch information
Francois-Esquire committed May 27, 2020
1 parent 48c25cd commit ac65593
Show file tree
Hide file tree
Showing 16 changed files with 204 additions and 219 deletions.
2 changes: 1 addition & 1 deletion __tests__/server/utils/reactRendering.spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/* eslint-disable react/jsx-props-no-spreading */
import React from 'react';
import { renderToString, renderToStaticMarkup } from 'react-dom/server';
import Helmet from 'react-helmet';
import { Helmet } from 'react-helmet';

import { renderForString, renderForStaticMarkup } from '../../../src/server/utils/reactRendering';

Expand Down
Loading

0 comments on commit ac65593

Please sign in to comment.