I am using SlideTab to show a details view for every tab in my AppLayout. When the SlideTab is expanded and i want to move to another tab, i get following warning: Got an RPC for non-existent node: x.
I tried to remove them from the layout and to collapse them manually in onDetach() but that also did not work. Do you have an idea how I could avoid this warning?
Thanks for your answer. So I guess there is no way to disable this warning? In my app there is a lot of navigation between the tabs and therefore my console log is completely full with these warnings… Would be great if there would be a possibility to avoid this warning :)
I just released version 3.0.1 for Vaadin 14 and 4.0.1 for Vaadin 19. These versions contain a fix that might fix your problem. If you’re still using this add-on, you could give it a try. :)
thank you for your help. Unfortunately, I still get the warning when i switch between pages and the slide tab is expanded → c.v.f.s.c.r.AbstractRpcInvocationHandler : Got an RPC for non-existent node: 69
Hey Erik, we use version 3.0.1 with Vaadin 14 and the problem still remains unsolved. The outside click listener is still triggered from client side, after the component is detached. Any progress on that? This happens only when the slider tab is left opened.