Opening an issue to track SWRs support for react/react-dom 17. It appears to work fine, but I didn't spot any motion on updating the peer dep requirements. Apologies if this ends up being duplicate.
swr appears to work great with react 17 but reports a missing peer dep of react 16.
swr is throwing a peer dep warning on react 17 for v16, but appears to work fine.
swr support react 17 peer deps.
Simply install next 10, react + react-dom 17 and SWR 0.3.2. and you will see the warning.
With npm 7, this is actually an error that blocks installation.
With npm 7, this is actually an error that blocks installation.
Had to pass it --legacy-peer-deps (or something like that) to make it work locally.
Released [email protected] with the patch from @bcomnes 馃帀
Most helpful comment
With npm 7, this is actually an error that blocks installation.