|
@@ -32,7 +32,7 @@ module.exports = class Plugin {
|
|
|
|
|
|
const newEl = this.render(state)
|
|
|
yo.update(this.el, newEl)
|
|
|
-
|
|
|
+ console.log('plugin update', this.el, state, newEl)
|
|
|
// optimizes performance?
|
|
|
// requestAnimationFrame(() => {
|
|
|
// const newEl = this.render(state)
|