Closed jridgewell closed 9 years ago
Following the discussions in google/incremental-dom#150, it's best to hoist static attributes even if they are eagerly evaluating and contain a variable key.
To accomplish this, we now push the variable key to the dynamic attributes array.
Ping @thejameskyle, mind taking a look?
Looks good
Following the discussions in google/incremental-dom#150, it's best to hoist static attributes even if they are eagerly evaluating and contain a variable key.
To accomplish this, we now push the variable key to the dynamic attributes array.