Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
cleanConnectorMap unregistered connector
Some time ago I ask about this error but didnt get any answer , I need to know why this happen, and know how to fix it.
I have an inbox of N number of task, I have created a component to show the task, but every time I reload the inbox or change the view I got lots of errors refering to every element contained on the task component. Every Label, Button, Image, Layout, etc, get a ' cleanConnectorMap unregistered connector' error and that multiplies for the N tasks on the inbox, this is messing up the performance of the application. Can some one help me with this problem, I have tryed to recreate the component using the elements on other way but still got the problem. Im guessing I need to do something before, removing the components from the inbox, but I dont know exactly what.
Thanks in advance.