Open samestep opened 7 years ago
Steps to reproduce:
(proto-repl-charts.charts/line-chart "Trigonometry" {"sin" (map #(Math/sin %) (range 0.0 6.0 0.2)) "cos" (map #(Math/cos %) (range 0.0 6.0 0.2))})
This produces the following error message:
Error in handler: TypeError: Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'. TypeError: Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'.
Error in handler: TypeError: Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'.
TypeError: Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'.
Other than the message, no other unwanted effects seem to occur. Is there a way that I can prevent this message from appearing?
same error here
facing the same issue
Having this issue as well.
Steps to reproduce:
This produces the following error message:
Other than the message, no other unwanted effects seem to occur. Is there a way that I can prevent this message from appearing?