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
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
"Dart function requires allowInterop to be passed to JavaScript."
at panache_web
at exportTheme (main.dart:59)
at jsSaveTheme(code, filename, (success) => print('export $success'));
"Dart function requires
allowInterop
to be passed to JavaScript."at panache_web
at exportTheme (main.dart:59)
at jsSaveTheme(code, filename, (success) => print('export $success'));
solve jsSaveTheme(code, filename, allowInterop((success) => print('export $success')));
The text was updated successfully, but these errors were encountered: