t2ym / i18n-element

I18N Base Element for Lit and Polymer
Other
9 stars 1 forks source link

[i18n-behavior] notifyPath() fails due to uninitialized this.__data #13

Closed t2ym closed 8 years ago

t2ym commented 8 years ago

notifyPath() fails due to uninitialized this.__data

Needs to skip notifyPath() until this.__data is initialized

t2ym commented 8 years ago

Initialization procedures must be analyzed to identify the root cause and the right fix.