Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled Runtime Error #118

Open
saidjons opened this issue Mar 29, 2024 · 1 comment
Open

Unhandled Runtime Error #118

saidjons opened this issue Mar 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@saidjons
Copy link

hi .at first I've added a new theme folder . added some components. everything was fine then this error started coming up on me .

Unhandled Runtime Error

TypeError: hoveredComponent is null
Source

../lib/build/browser/index.js (6189:0) @ onCanvasDrop

` 6187 | hoveredComponent.insertAdjacentHTML("beforebegin", html);
6188 | } else if (!isElementTopHalf(hoveredComponent, e)) {

6189 | hoveredComponent.insertAdjacentHTML("afterend", html);
6190 | }
6191 | removeBorders();
6192 | setHoveredComponent(null);`

@LiveDuo
Copy link
Owner

LiveDuo commented Mar 29, 2024

@saidjons Version 3.0.3 and 3.0.4 were released to address a similar issues a day ago. If you are using an older version I suggest trying the latest version.

@LiveDuo LiveDuo added the bug Something isn't working label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants