donavon / use-dark-mode

A custom React Hook to help you implement a "dark mode" component.
MIT License
1.28k stars 100 forks source link

Amend the type declaration of storageKey to reflect null possibility #85

Closed rehatkathuria closed 11 months ago

rehatkathuria commented 3 years ago

I might be wrong here but the question mark in storageKey? infers the value to be a string or undefined. The documentation says it's possible for the value to be null so I've amended the definition here to match that.