1. 05 1月, 2021 1 次提交
    • J
      fix(next/head): assign bool attrs to match server (#20748) · cb50b040
      Joe Haddad 提交于
      This pull request correctly assigns boolean attributes for `<script />` to match the element as it is created by a server-side render.
      
      Prior to this pull request, we'd double-execute `<script>` tags with the `async`, `defer`, or `nomodule` property.
      
      ---
      
      Fixes #9070
      cb50b040