You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a requirement relevant mainly for testing on DT; DT uses
`typeRoots` to redirect packages like react to `@types/react`. But
versions previous to 5.1 had a triple-slash resolution bug when
typeRoots was set [that was only fixed in
5.1](microsoft/TypeScript#51715).
An alternative fix is to move react/experimental.d.ts to
react/experimental/index.d.ts (and the same for react-dom), but I doubt
this bug affects anybody but people who need to change next-pwa on DT,
so I think it's easier to change next-pwa instead.
0 commit comments