Netflix / x-element

A dead simple starting point for custom elements.
Apache License 2.0
28 stars 12 forks source link

Do not perform initial compute until at least one dependency is defined #27

Closed theengineear closed 4 years ago

theengineear commented 5 years ago

We already do this for observer, but computed properties have not changed because it would be a major breaking change. We should take this on separately since it will cause a lot of rework. Any computed method that relies on returning a default value when dependencies are undefined will need to be rewritten to account for the change.

Possible changes users could leverage:

theengineear commented 4 years ago

Won't fix.