Replies: 1 comment
-
the type checker cannot know that In the future, we could add a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have already create
root["foo/bar"]
. When I want to access it, the type hint says thatgroup
is either anArray
orGroup
. How can I just extract a group?Beta Was this translation helpful? Give feedback.
All reactions