jridgewell / babel-plugin-transform-incremental-dom

Turn JSX into IncrementalDOM
MIT License
145 stars 12 forks source link

Memorize key expressions #63

Closed jridgewell closed 8 years ago

jridgewell commented 8 years ago

We can't have the key mutating by the time we go from the key parameter to assigning it into the statics array.