Greg Johnston

Results 477 comments of Greg Johnston

@Panaetius I'm happy to look into this at some point if you can open a new issue with some way of reproducing the problem.

@glademiller I am not able to share any useful thoughts without a way to reproduce the issue. As I said above, I am happy to look into this more if...

The current way to do this, IMO, would be to put the `create_action` in the root of the app and pass it via context or props to the route. (You...

@mjarvis9541 @glademiller I'm concerned that the solution (which I believe is now merged in #2468) mostly *hides* the problem rather than fixing it: i.e., if someone has a server function...

This `use_context`/`.unwrap()` are not present on 0.7/the main branch. I am going to close this issue again — If anyone who has updated to the latest 0.7 releases finds that...

I can reproduce this, and it seems to be an issue with the Suspense not tracking the resource correctly if it's in the fallback branch of the ErrorBoundary. Adding a...

I have tested and I believe this is fixed on 0.7/git main, but feel free to open a new issue if that is not the case.

Given the breaking changes and additional overhead, I'm going to tag this one as 0.7 to make sure it behaves as expected in the future. Alternatively, feel free to duplicate...

To be clear I mean that it's a breaking change primarily because it changes the signature of public functions, and secondarily because of the behavior change. Something like `_abortable` for...

Sure, I think updating the docs for the non-abortable version would be great. And re: a timeline for 0.7, I don't have a very firm answer but "within the next...