You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all thx for the example, it does work for me with DDC which is nice.
But I'd also need dart2js support and while dart2js seems to compile your example, I'll get a runtime error right after loading index.html.
I just did dart2js main.dart to compile it and used the out.js file.
error message in the console is:
main.dart:47 Uncaught TypeError: self.defineElement is not a function
at Object.dart.main (main.dart:47)
at sort.dart:342
at sort.dart:342
at sort.dart:342
at sort.dart:342
any Ideas if there's a solution to this?
The text was updated successfully, but these errors were encountered:
Hey,
first of all thx for the example, it does work for me with DDC which is nice.
But I'd also need dart2js support and while dart2js seems to compile your example, I'll get a runtime error right after loading index.html.
I just did
dart2js main.dart
to compile it and used the out.js file.error message in the console is:
any Ideas if there's a solution to this?
The text was updated successfully, but these errors were encountered: