Skip to content

Move Tanstack Query to Peer Dependency #56

Description

@SeijDeLeon

When tanstack query is a direct dependency vite ends up building it in and creating context for it, which is then unreachable from a new React app that installs finch. Usage of any component that looks for query context finds the blank one from vite and throws an error, missing any that is added by a dev in a fresh app. Just move it to peer dependency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions