gtoolkit
gtoolkit copied to clipboard
Remote forward and empty views do not play well together
Consider the following code:
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.
Now, if we do not forward and just go to the empty view, it works fine.
I conclude that it must be the interplay between remote forward and empty views.
Cheers