Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

upgrade raised Uncaught TypeError: Cannot read properties of null #887

Open
kelmazouari opened this issue Mar 30, 2023 · 3 comments
Open

Comments

@kelmazouari
Copy link

@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

@kelmazouari
Copy link
Author

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

@tnrich
Copy link
Contributor

tnrich commented Mar 30, 2023

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

@kelmazouari
Copy link
Author

kelmazouari commented Mar 30, 2023 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants