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
Fuzzy arrows will become an error soon, so I'm going through and fixing them. Current ones are:
info: A function of type '(Map<dynamic, dynamic>) → void' can't be assigned to a variable of type '(dynamic) → void'. (uses_dynamic_as_bottom at [test] lib/src/runner/browser/browser_manager.dart:191)
info: A function of type '(String) → bool' can't be assigned to a variable of type '(dynamic) → bool'. (uses_dynamic_as_bottom at [test] lib/src/runner/configuration/load.dart:289)
The text was updated successfully, but these errors were encountered:
Fuzzy arrows will become an error soon, so I'm going through and fixing them. Current ones are:
The text was updated successfully, but these errors were encountered: