Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid relative reference to formik #13

Open
hkasemir opened this issue Oct 22, 2018 · 2 comments
Open

invalid relative reference to formik #13

hkasemir opened this issue Oct 22, 2018 · 2 comments

Comments

@hkasemir
Copy link

npm version 6.4.1, node version 8.11.3
formik-persist@1.1.0

npm i formik-persist

inspecting dist/formik-persist.d.ts shows

export declare const Persist: React.ComponentClass<PersistProps, React.ComponentState> & {
    WrappedComponent: React.ComponentClass<PersistProps & {
        formik: import("../../../../../../../Users/jared/workspace/github/jaredpalmer/formik-persist/node_modules/formik/dist/types").FormikContext<any>;
    }, React.ComponentState>;
};

and I see the following error:

TS2307: Cannot find module '../../../../../../../Users/jared/workspace/github/jaredpalmer/formik-persist/node_modules/formik/dist/types'.
@mvanlonden
Copy link
Contributor

I'm seeing the same issue. @hkasemir did you find a workaround?

@hkasemir
Copy link
Author

hkasemir commented Dec 4, 2018

mm, not a good one. I just recreated the package locally.

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

No branches or pull requests

2 participants