in src/components/tippy.js [6:9]
update(newProps) { if (instance) instance.destroy(); if (newProps) instance = tippy(node, newProps); },