Ilia Krasiuchenko
Ilia Krasiuchenko
MUI has this functionality out of the box. Is there any reason anyone would try these solutions instead of just switching to another UI library, especially considering that this issue...
And BaseProvider does not even exist in ethers v6 anymore.
Same stuff in latest Next.js using App router. ``` ⨯ node:url Module build failed: UnhandledSchemeError: Reading from "node:url" is not handled by plugins (Unhandled scheme). Webpack supports "data:" and "file:"...
I've prepared a reproduction repo: https://github.com/just2102/graphclient-nextjs-webpack You can run it and go to localhost:3000/info, that will start the query and throw the abovementioned webpack error. Don't forget to add your...
> Maybe you can try modifying `next.config.mjs`. > > ```js > /** @type {import('next').NextConfig} */ > const nextConfig = { > reactStrictMode: false, > images: { > loader: "custom", >...
I've removed the images configuration and it kinda worked lol. Some warnings were thrown on the first request but it still works. 
And installing long and uglify-es packages gives the following error:  Full log: ``` ⨯ ./node_modules/uglify-es/tools/node.js:1:1 Module not found: Can't resolve 'fs' https://nextjs.org/docs/messages/module-not-found Import trace for requested module: ./node_modules/graphql-jit/node_modules/fast-json-stringify/index.js ./node_modules/graphql-jit/dist/execution.js...
Also the autopagination doesn't work:   ``` Error: Unable to load transform matching autopagination while resolving C:\EC\prog\graphql\uni-graph\src\data\graphql\autopagination: Error: Cannot find module 'C:\EC\prog\graphql\uni-graph\src\data\graphql\autopagination.ts' Require stack: - C:\EC\prog\graphql\uni-graph\node_modules\@graphql-mesh\utils\cjs\defaultImportFn.js - C:\EC\prog\graphql\uni-graph\node_modules\@graphql-mesh\utils\cjs\index.js -...