rsnext/test/integration/client-navigation/public
Joe Haddad cb50b040ea
fix(next/head): assign bool attrs to match server (#20748)
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
2021-01-04 19:57:52 +00:00
..
test-async.js fix(next/head): assign bool attrs to match server (#20748) 2021-01-04 19:57:52 +00:00
test-defer.js fix(next/head): assign bool attrs to match server (#20748) 2021-01-04 19:57:52 +00:00