Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dart 2 runtime failure in package #2

Closed
keertip opened this issue May 4, 2018 · 1 comment
Closed

Dart 2 runtime failure in package #2

keertip opened this issue May 4, 2018 · 1 comment
Assignees

Comments

@keertip
Copy link
Contributor

keertip commented May 4, 2018

When running package webdriver tests, see the following error

type 'List<dynamic>' is not a subtype of type 'List<String>' of 'value' where...
type 'List<dynamic>' is not a subtype of type 'List<String>' of 'value' where
  List is from dart:core
  List is from dart:core
  String is from dart:core
dart:collection                                                                                         __InternalLinkedHashMap&_HashVMBase&MapMixin&_LinkedHashMapMixin.[]=
/sync_http/lib/src/sync_http.dart 155:19               _SyncHttpClientRequestHeaders.add
package:webdriver/src/sync/command_processor.dart 79:21                                                 SyncHttpCommandProcessor._setUpRequest
@keertip keertip self-assigned this May 4, 2018
@bkonyi
Copy link
Collaborator

bkonyi commented Jul 16, 2018

I believe this is fixed now, right?

@bkonyi bkonyi closed this as completed Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants