TeselaGen/openVectorEditor

upgrade raised Uncaught TypeError: Cannot read properties of null

kelmazouari opened this issue · 3 comments

@tnrich

Hi Thomas,
The upgrade raised the following error. Any idea how I can fix this issue?
Thanks in advance,

toaster.js:64 Uncaught TypeError: Cannot read properties of null (reading 'appendChild')
at t.create (toaster.js:64:19)
at Module. (toastr.js:2:26)
at n (bootstrap:19:22)
at Object. (open-vector-editor.min.js:124:31608)
at n (bootstrap:19:22)
at bootstrap:83:10
at open-vector-editor.min.js:5:1168
at universalModuleDefinition:7:11
at universalModuleDefinition:1:1
abeditor.js:159 Uncaught TypeError: window.createVectorEditor is not a function

adding defer in html: <script src="ove.js" defer></script> in jsf: <script src="ove.js" defer="ture"></script>
fixed the issue
https://stackoverflow.com/questions/30014090/uncaught-typeerror-cannot-read-property-appendchild-of-null/58824439#58824439

Hi @kelmazouari glad you were able to solve this issue for yourself! Between which versions were you upgrading?