warn(`Maximum recursive updates exceeded${componentName ? ` in component <${componentName}>` : ``}. ` +
                            `This means you have a reactive effect that is mutating its own ` +
                            `dependencies and thus recursively triggering itself. Possible sources ` +
                            `include component template, render function, updated hook or ` +
                            `watcher source function.`);