Closed web-padawan closed 1 week ago
This Polymer API is used in some Flow components connectors: Grid, VirtualList.
Need to add _createPropertyObserver() in addition to _createMethodObserver() that we already have.
_createPropertyObserver()
_createMethodObserver()
Describe your motivation
This Polymer API is used in some Flow components connectors: Grid, VirtualList.
Describe the solution you'd like
Need to add
_createPropertyObserver()
in addition to_createMethodObserver()
that we already have.