Cannot read property 'display' of undefined (on math element)
Apparently <math>
element does not have style
attribute so when using <math>
elements with Paged.js the following exception is thrown:
paged.polyfill.js:884 Uncaught (in promise) TypeError: Cannot read property 'display' of undefined
at isContainer (paged.polyfill.js:884)
at Layout.renderTo (paged.polyfill.js:1116)
at Page.layout (paged.polyfill.js:1750)
at Chunker.layout (paged.polyfill.js:2548)
at async Chunker.renderAsync (paged.polyfill.js:2471)
Reference: https://developer.mozilla.org/fr/docs/Web/MathML/Element/math
Edited by Boris Budini