当我使用新的ServerStyleSheet时出现“错误:无法为组件创建样式化组件:未定义”

时间:2019-02-22 17:23:30

标签: reactjs styled-components react-dom ssr

当我尝试实例化Cannot create styled-component for component: undefined时收到ServerStyleSheet错误,但是如果没有它,它会很好地工作。

const Wrapper = styled.div`
  color: blue;
`;

const sheet = new ServerStyleSheet();

const html = ReactDOMServer.renderToStaticMarkup(<Wrapper />);

0 个答案:

没有答案