### Description <!-- Example: Error thrown when calling `appendChild` on Lit element --> When changing array data the change is not recognized until `_requestRender()` is called #### Live Demo https://glitch.com/edit/#!/bold-cuticle #### Steps to Reproduce 1. create my-element 2. create an array property 3. use the array property in the _render function 4. add items to the array in an event listener function #### Expected Results The _render function is called #### Actual Results Nothing happens ### Browsers Affected <!-- Check all that apply --> - [x] Chrome - [x] Firefox - [ ?] Edge - [x] Safari 11 - [? ] Safari 10 - [ ?] IE 11 ### Versions <!-- `npm ls` will show the version of webcomponents.js and lit-element --> - lit-element: v0.5.2 - webcomponents: vX.X.X