marko-js-archive / marko-widgets

[LEGACY] Module to support binding of behavior to rendered UI components rendered on the server or client
http://v3.markojs.com/docs/marko-widgets/
MIT License
142 stars 40 forks source link

event-delegation.js:44 Uncaught TypeError: Cannot read property '__widget' of null #165

Closed philidem closed 7 years ago

philidem commented 7 years ago
event-delegation.js:44 Uncaught TypeError: Cannot read property '__widget' of null
   (anonymous function) @ event-delegation.js:44
   batchUpdate @ update-manager.js:96
   (anonymous function) @ event-delegation.js:25

It looks this error happens when destroying a widget while in the process of handling an event.

philidem commented 7 years ago

I'm experimenting with some fixes for this issue.