rsnext/packages/next/client
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
..
dev Remove unnecessary unfetch polyfill for dev (#20589) 2020-12-29 21:01:42 +00:00
experimental-script.tsx Script loader component (#18281) 2020-12-01 19:10:16 +01:00
head-manager.ts fix(next/head): assign bool attrs to match server (#20748) 2021-01-04 19:57:52 +00:00
image.tsx chore(client-image): add return types (#20686) 2021-01-03 15:59:17 +00:00
index.tsx fix(experimental scroll): use sessionStorage instead of history (#20633) 2020-12-31 16:08:12 +00:00
link.tsx Ensure href is updated for locale domain (#20631) 2020-12-31 08:07:51 +00:00
next-dev.js Remove the static optimization indicator (#18629) 2020-11-02 09:27:36 +01:00
next.js Shave a few bytes off the bootstrap code (#14457) 2020-06-22 17:50:17 +00:00
normalize-trailing-slash.ts fix basepath trailing slash (#15200) 2020-07-15 23:53:31 +00:00
page-loader.ts Remove import type syntax from core files (#20379) 2020-12-28 22:04:51 +00:00
performance-relayer.ts Update vitals URL (#19454) 2020-11-23 20:08:04 +00:00
polyfills.js polyfills 2020-03-30 16:26:25 -04:00
request-idle-callback.ts Replace page loader with new route loader (#19006) 2020-11-11 18:13:16 +00:00
route-loader.ts Remove import type syntax from core files (#20379) 2020-12-28 22:04:51 +00:00
router.ts Add isReady field on router (#20628) 2020-12-31 16:54:32 +00:00
use-intersection.tsx Fix memory leak in useIntersection (#20407) 2020-12-30 20:04:57 +00:00
with-router.tsx Convert wrapper class to function component (#9095) 2019-11-09 14:56:59 -08:00