rsnext/packages/next/pages
Devin Wall d0e72fd9fa
Fixes issue with makeStylesheetInert (#32027)
Fixes https://github.com/vercel/next.js/issues/32024

Fixing makeStylesheetInert.
Fixes log import.



## Bug

- [x] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`


Co-authored-by: Devin Wall <87490815+DevinWallKcl@users.noreply.github.com>
2022-01-03 20:35:57 +00:00
..
_app.tsx Improve and refactor some types (#31704) 2021-11-25 10:46:00 +01:00
_document-web.tsx Change .web extension of document page to part of path (#31116) 2021-11-07 22:14:50 +00:00
_document.tsx Fixes issue with makeStylesheetInert (#32027) 2022-01-03 20:35:57 +00:00
_error.tsx Escape from next head in rsc _error page (#32624) 2021-12-21 19:24:57 +00:00