Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Breaking typescript change in 2.5 #2824

@VincentLanglet

Description

@VincentLanglet

In 2.4.1, this was valid:

import { Context } from 'react-apollo';

In 2.5, it's now

import { Context } from 'react-apollo/walkTree';

I think it's because of this commit 66b0945

The walkTree definitions are not exported in index.d.ts

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