I'm trying to use the Aptos Wallet Adapter on a Next.js project that uses React Query and whenever the @manahippo/aptos-wallet-adapter package is imported on any file, it causes all of the React Query queries to fail with this error message: TypeError: Failed to construct 'URL': Invalid URL.
I can't find any issues with this error on React Queries github, and it only happens literally when the @manahippo/aptos-wallet-adapter package is imported (even if nothing is used from it)
I'm trying to use the Aptos Wallet Adapter on a Next.js project that uses React Query and whenever the @manahippo/aptos-wallet-adapter package is imported on any file, it causes all of the React Query queries to fail with this error message: TypeError: Failed to construct 'URL': Invalid URL. I can't find any issues with this error on React Queries github, and it only happens literally when the @manahippo/aptos-wallet-adapter package is imported (even if nothing is used from it)