berry icon indicating copy to clipboard operation
berry copied to clipboard

fix(ci): fix Next.js E2Es failing since next@canary requires React 19

Open wojtekmaj opened this issue 6 months ago • 0 comments

What's the problem this PR addresses?

Since next@canary requires React 19, builds were consistently failing.

How did you fix it?

Used React 19 instead. Removed require() bit - didn't test anything particularly IMO and caused type errors.

Checklist

  • [x] I have set the packages that need to be released for my changes to be effective.
  • [x] I will check that all automated PR checks pass before the PR gets reviewed.

wojtekmaj avatar Aug 08 '24 10:08 wojtekmaj