rsnext/test/integration/script-loader
残月 5b21f09184
Fixes beforeInteractive inline scripts don't run (#37033)
BeforeInteractive inline script in v12.1.7-canary.8  don't run. Beacause the script has unknow src.

![image](https://user-images.githubusercontent.com/17813559/169257330-4419228a-6d10-4815-9451-d9a5dd7f011b.png)

Fixes https://github.com/vercel/next.js/issues/31275


## Bug

- [ ] 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`
2022-05-19 19:53:30 +00:00
..
base Fixes beforeInteractive inline scripts don't run (#37033) 2022-05-19 19:53:30 +00:00
partytown Adds web worker support to <Script /> using Partytown (#34244) 2022-03-11 22:26:46 +00:00
partytown-missing Adds web worker support to <Script /> using Partytown (#34244) 2022-03-11 22:26:46 +00:00
test Fixes beforeInteractive inline scripts don't run (#37033) 2022-05-19 19:53:30 +00:00