rsnext/packages/next/client
Steven acf65f92dc
Fix TS type conflict for <img> tag (#28672)
This type was added in PR #28269 but doesn't need to be public and was causing conflicts with `@types/react@17`.

We currently use `@types/react@16` so ideally we should upgrade to `@types/react@17` and then remove the `ts-ignore`.

Fixes #28647
2021-08-31 19:03:08 +00:00
..
dev Ensure dev server side errors are correct (#28520) 2021-08-27 14:29:30 +02:00
portal Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
head-manager.ts Font optimization bug fix (#24968) 2021-05-12 13:39:26 +02:00
image.tsx Fix TS type conflict for <img> tag (#28672) 2021-08-31 19:03:08 +00:00
index.tsx next/script fix duplicate scripts (#28428) 2021-08-24 11:07:38 -05:00
link.tsx Fix: wrong link error message (#28127) 2021-08-15 11:49:21 +00:00
next-dev.js Ensure dev server side errors are correct (#28520) 2021-08-27 14:29:30 +02:00
next.js Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
normalize-trailing-slash.ts fix basepath trailing slash (#15200) 2020-07-15 23:53:31 +00:00
page-loader.ts Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
performance-relayer.ts Fall back to fallbackSend when send is false (#27113) 2021-07-12 15:26:48 +00:00
request-idle-callback.ts Use SWC for Next.js core client files (#27196) 2021-07-28 15:10:51 +00:00
route-announcer.tsx Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
route-loader.ts Update to latest babel versions (#28174) 2021-08-17 09:18:08 +02:00
router.ts Use SWC for Next.js core client files (#27196) 2021-07-28 15:10:51 +00:00
script.tsx next/script fix duplicate scripts (#28428) 2021-08-24 11:07:38 -05:00
use-intersection.tsx fix(link): cancel idle callback on unmount (#22072) 2021-02-11 13:51:41 -05:00
with-router.tsx Update to latest babel versions (#28174) 2021-08-17 09:18:08 +02:00