rsnext/test/integration/script-loader
Sukka 01b1e6b52b
fix(#40025): run next/script beforeInteractive test in both dev & prod (#40541)
Ref: #40002 #40026 #40191
Fixes #40025

This is the final step of fixing #40025. The PR migrates the rest of the
`next/script` test cases to run in both dev (strict mode) and
production, confirming that the `next/script` component is now
completely concurrent rendering resilient and is ready for the upcoming
React 18 `<OffScreen />`.

## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`
2022-09-14 10:00:40 -07:00
..
base next/script: make onLoad concurrent rendering resilient (#40191) 2022-09-13 17:48:06 -07: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 fix(#40025): run next/script beforeInteractive test in both dev & prod (#40541) 2022-09-14 10:00:40 -07:00