I am trying to implement context menu using polymer paper menu. Whenever I remove node from dom. polymer
is throwing error like this
typeError: Failed to execute 'contains' on 'Node': parameter 1 is not of type 'Node'
and I get the following error message:
What shall I do?