Investigate why we need __dataHasAccessor = {partial: true, viewModel: true
#57
Milestone
__dataHasAccessor = {partial: true, viewModel: true
#57
see discussion at #56 (comment)
Steps to reproduce
It hacks Polymer notification protocol to forward
partial, viewModel
even though we only usemodel
. Removing them seems to breaks some tests #56 (comment)Expected result
imported-template
should care only about its own properties.Actual result
It seems it may cover something on behalf of
starcounter-include
//cc @alshakero
The text was updated successfully, but these errors were encountered: