Skip to content

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

@benjitrosch

Description

@benjitrosch

To quote the README:

The package react-select is optional. It is unnecessary if you're only using the hook.

However, you can see react-select listed here as a peer dependency:

"react-select": "^5.8.0"

This means that, whether or not we need react-select, it will still get installed despite not explicitly installing it ourselves. For my specific use-case, I'm only using the hook, and react-select is causing build errors for us.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions