Gaspar Dip
Gaspar Dip
Thank you for the workaround, will try it out and report back.
you could wrap the strings with a `Fragment` so ts doesn't complain
@icd2k3 thank you so much for taking the time to follow this up, it does indeed feel kinda hacky and as @Nodios pointed out, my real app also uses lazy...
I asked around on discord and someone shared this with me > React Router 6.4 makes it a bit easier, take a look: https://reactrouter.com/en/main/hooks/use-matches#breadcrumbs Previously it was very difficult because...
So I wrote this on the remix discord a while ago but I'll leave it here so it doesn't get lost. The current solution makes too many assumptions about the...
> Similar issue here using Vite with React. > > After following that message in the console, it tells me: `Could not load content for http://localhost:3000/node_modules/@walletconnect/socket-transport/src/index.ts (HTTP error: status code...
> @gaspardip How did u do that? Since `@walletconnect/web3-provider` won't compile with Remix (esbuild) for some reason, I figured I could just use the UMD build from unpkg. Just added...
I can take a look if you guide me a bit
Since redux is already in place, I think the store could be used to implement this feature.