Sanity check wanted: does this error make sense? #914
davidgiven
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The type checker in strict mode is producing this error. I cannot for the life of me see what's wrong. The key it's complaining about not finding is right there in the definition I've printed. I'm not going mad, right?
directories
is one of the listed top-level keys? If that's correct, what might be causing this?This particular type definition comes from a general settings table where the type is accumulated from code all throughout the program contributing their own key, so statically declaring the type definition would be hard.
Beta Was this translation helpful? Give feedback.
All reactions