【问题标题】:React server mismatches: Prop `className` did not matchReact 服务器不匹配:Prop `className` 不匹配
【发布时间】:2021-06-14 07:18:02
【问题描述】:

如果您使用样式化组件并在开发模式下不断出现错误,请使用以下设置进行修复

【问题讨论】:

    标签: next.js styled-components


    【解决方案1】:

    在你的根文件夹中创建一个 .babelrc 文件并添加以下内容:

    { "presets": [ "next/babel" ], "plugins": [ [ "styled-components", { "ssr": true } ] ] }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-08-10
      • 1970-01-01
      • 2018-12-28
      • 2020-08-08
      • 2021-11-26
      • 2017-04-25
      • 1970-01-01
      • 2016-11-17
      相关资源
      最近更新 更多