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

Краш при удалении компонента по неизвестной причине #594

Open
Roundabout1 opened this issue Dec 17, 2024 · 2 comments

Comments

@Roundabout1
Copy link
Contributor

Пока не удалось воспроизвести баг

Uncaught Error: Попытка удалить несуществующий компонент!
    at StateMachineController.deleteComponent (index-3619e031.js:75582:13)
    at deleteComponent (index-3619e031.js:77398:26)
    at CanvasController.processDrawable (index-3619e031.js:76796:12)
    at ModelController.emit (index-3619e031.js:31886:11)
    at ModelController.deleteComponent (index-3619e031.js:79423:10)
    at onDelete (index-3619e031.js:41003:21)
    at handleSubmit (index-3619e031.js:63827:5)
    at Object.Nb (index-3619e031.js:1376:8)
    at Tb (index-3619e031.js:1388:6)
    at Ub (index-3619e031.js:1391:6)
index-3619e031.js:4256 TypeError: Cannot read properties of undefined (reading 'type')
    at Object.deleteComponent (index-3619e031.js:64850:22)
    at HistoryItem (index-3619e031.js:65039:35)
    at Xh (index-3619e031.js:3791:8)
    at dj (index-3619e031.js:4404:8)
    at Wk (index-3619e031.js:6924:96)
    at Vk (index-3619e031.js:6554:12)
    at Uk (index-3619e031.js:6547:5)
    at Jk (index-3619e031.js:6530:7)
    at Ok (index-3619e031.js:6246:8)
    at Fk (index-3619e031.js:6307:32)
index-3619e031.js:80156 <🙀💩> Что-то пошло не так
index-3619e031.js:80157 TypeError: Cannot read properties of undefined (reading 'type')
    at Object.deleteComponent (index-3619e031.js:64850:22)
    at HistoryItem (index-3619e031.js:65039:35)
    at Xh (index-3619e031.js:3791:8)
    at dj (index-3619e031.js:4404:8)
    at Wk (index-3619e031.js:6924:96)
    at Vk (index-3619e031.js:6554:12)
    at Uk (index-3619e031.js:6547:5)
    at Jk (index-3619e031.js:6530:7)
    at Ok (index-3619e031.js:6246:8)
    at Fk (index-3619e031.js:6307:32)
index-3619e031.js:80158 </🙀💩>
@Roundabout1
Copy link
Contributor Author

Схемоэкран не был открыт
Текстовый режим не был активирован
Платформой была либо Arduino Uno, либо Arduino Micro
Было добавлено два компонента: Button и QHsmSerial
Была составлена схема с использование QHsmSerial без использования Button
После попытки удалить Button возникла ошибка

@Roundabout1
Copy link
Contributor Author

Roundabout1 commented Dec 20, 2024

Список действий, которые привели к ошибке, были использованы компоненты Timer и Counter, Counter был удалён, платформа Arduino Uno.
Список действий приведших к ошибке (сверху вниз)
image
image
image
image

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

No branches or pull requests

1 participant