Skip to content

Conversation

@benjitrosch
Copy link

Description

The documentation indicates that react-select is optional if end users are only interested in the useTimezoneSelect hook. However, by making react-select a peer dependency, it will be installed anyways.

This PR moves react-select from peer dependencies to dev dependencies. By doing this, we can be sure the package will always be available on install for dev work, but will not install itself without the end user wanting it.

Linked Issues

fix: #145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The package react-select is listed as a peer dependency, but should be optional

1 participant