Aral Roca Gomez
Aral Roca Gomez
I hope it will merge soon! 🎉
I found another issue with nested dynamic routes in Bun `1.1.20-canary.1+ae1948925`: URL: `http://localhost:3000/fdsgsdfg/a` Matched Route: ```js { route: MatchedRoute { filePath: "/Users/aralroca/Documents/repos/error-bug/build/pages/[test]/a/[test2]/lala.js", kind: "dynamic", name: "/[test]/a/[test2]/lala", params: { test: "fdsgsdfg",...
@CodeFromAnywhere Is it still happening with the new version of Bun? I guess it is not difficult to fix, @Jarred-Sumner could be "good first issue" this one? I am interested...
> I get a 404 trying to see the images Thanks @danielart , updated
the problem is in the diffing, it makes the diffing of the element when the next chunk that completes the content of the element hasn't arrived yet, so the diffing...
Probably we can assume it's closed if the parser opens an element outside it
## posible solution When detecting the last node of the chunk it is better to implement it in a different way, the implementation with the attribute does not work and...
Any workaround to work with React 19 for this?
This is a fundamental unsolved issue. Please try to prioritize it.
We plan to release 3.0.0 at the end of this year, I need some time to finish some pending things. Please any feedback that Next.js 15 is working fine now...