Again, thanks for spending the time to elucidate and as always much appreciated.
I worked around it (cheaply) by aliasing the import to "getPathname" even though your solution is obviously the pre...
### Describe the bug
I am trying out using a .middleware.ts file and copied the example from https://react-server.dev/router/middlewares
VSCode gives me an ESLint error: React Hook "usePathname" ...
### Describe the bug
Using page-based routing, when I use Suspense the three scripts are duplicated. The duplicated scripts appear after the suspended component is rendered on the browser. Let me ...
### Describe the bug
Using page-based routing, when I use Suspense the three scripts are duplicated. The duplicated scripts appear after the suspended component is rendered on the browser. Let me ...
Thanks very much for taking the time to comment so thoroughly - much appreciated!
After this post I rewrote the urls to (e.g.) `/messages/1` since I'm using the builtin router, now with [id].tsx i...
### Describe the bug
Trying to create a list of messages where each message has a clickable link.
The code below _does_ compile and produce the intended link, but displays the following typescr...
### Describe the bug
Trying to create a list of messages where each message has a clickable link.
The code below _does_ compile and produce the intended link, but displays the following typescrip...
### Describe the bug
I am using the Colorzilla chrome extension which (sadly) adds an attribute to the body tag:
<body cz-shortcut-listen="true">. The addition causes a hydration error since the ...