Closed vaseker closed 8 years ago
Got source of issue
EXCEPTION: TypeError: Cannot read property 'events' of null STACKTRACE: TypeError: Cannot read property 'events' of null at WebWorkerRootRenderer._dispatchEvent (http://localhost:8080/worker_app.js:829:21) at Object.next (http://localhost:8080/worker_app.js:818:88)
Which is a part of angular2 package. Moving issue to angular2.
Hello. I have an error when submitting form using
Enter
key and trying to route using form input, but if event happens frominput[type="submit"].click()
, its okay. In some casessubmit
event doesn't fire at all. And form submits works fine in not-worker mode.Error is
Code sample: