When use swr/infinite with swr>1.1.2 dependency and sharing it with Module Federation (SharePlugin)
new webpack.container.ModuleFederationPlugin({
shared: ['swr'],
}),Everything works fine when we remove swr from the shared array.:

You can see SWR change log here: https://github.com/vercel/swr/compare/1.1.2...1.2.0
- Webpack issue: webpack/webpack#16125
- SWR discussion: vercel/swr#2107 (reply in thread)
