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

[ 🐛 ] - Unhandled exception when applying the hooks #10

Closed
bcsizmadia opened this issue Sep 3, 2024 · 0 comments · Fixed by #13
Closed

[ 🐛 ] - Unhandled exception when applying the hooks #10

bcsizmadia opened this issue Sep 3, 2024 · 0 comments · Fixed by #13
Labels
bug Something isn't working

Comments

@bcsizmadia
Copy link
Member

Describe the bug

Unhandled exception when applying the hooks.

Steps to reproduce

dart run dart_hooks:init
dart run dart_hooks:apply

Screenshots

Unhandled exception:
type 'MappedIterable<dynamic, dynamic>' is not a subtype of type 'Iterable<String>' in type cast
#0      keys (package:dart_hooks/globals.dart:8:56)
#1      keys (package:dart_hooks/globals.dart)
#2      _applyHooks (file:///~/.pub-cache/hosted/pub.dev/dart_hooks-1.0.3/bin/apply.dart:20:22)
#3      main (file:///~/.pub-cache/hosted/pub.dev/dart_hooks-1.0.3/bin/apply.dart:9:9)
<asynchronous suspension>

System (please complete the following information):

  • OS: Ubuntu
  • Version: 24.04
@bcsizmadia bcsizmadia added the bug Something isn't working label Sep 3, 2024
@bcsizmadia bcsizmadia mentioned this issue Sep 4, 2024
7 tasks
@bcsizmadia bcsizmadia linked a pull request Sep 4, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant