gtoolkit icon indicating copy to clipboard operation
gtoolkit copied to clipboard

Remote forward and empty views do not play well together

Open hellerve opened this issue 7 months ago • 0 comments

Consider the following code:

Image

In it, we create a forward view that goes to a list of things. This works well if the list is not empty and we get a list view. If it is empty, on the other hand, we get an error.

Image

Now, if we do not forward and just go to the empty view, it works fine.

Image

I conclude that it must be the interplay between remote forward and empty views.

Cheers

hellerve avatar Jul 03 '25 23:07 hellerve