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

fix: 🐛 TypeError #117

Merged
merged 2 commits into from
Dec 6, 2020
Merged

fix: 🐛 TypeError #117

merged 2 commits into from
Dec 6, 2020

Commits on Dec 5, 2020

  1. fix: 🐛 Fix TypeError

    When providing keys to the options object the expected type is string. Working with nested arrays in objects does however require mapping over the nested array to produce the strings that should be matched. This fixes a TypeError that expected all the keys to be of type string, by creating a Union Type with type Array<string>.
    
    #116
    PhilGarb committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    945b88d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. Configuration menu
    Copy the full SHA
    fd36288 View commit details
    Browse the repository at this point in the history