Error is appeared in console at using Table control:
Cannot read property 'attr' of undefined.
Previously this error was described here:
Later it was mentioned here:
Now the same error appeared in another project:
Table.js:6 Uncaught TypeError: Cannot read property 'attr' of undefined(anonymous function)
@ Table.js:6 Q.extend.each
@ sap-ui-core.js:60 T._updateTableContent
@ Table.js:6 (anonymous function)
@ Table.js:6 (anonymous function)
@ sap-ui-core.js:143
(sap-ui-core.js version 2.3.0)
Seems, error is happened at rendering xml view. But, the root cause still is not known.
Has anybody some other information about this error?