You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Error description is already in #1286 but it is closed so I open another issue because this error is also in 2.0.4 (which has been confirmed several times in #1286).
Basically, if you just install 2.0.4 it is broken from the start with this error. The easiest work-around is to add a file fix-react-apollo.d.ts (the name does not matter) which contains one line declare module "lodash.flowright"; as described in this comment.
The text was updated successfully, but these errors were encountered:
Error description is already in #1286 but it is closed so I open another issue because this error is also in 2.0.4 (which has been confirmed several times in #1286).
Basically, if you just install 2.0.4 it is broken from the start with this error. The easiest work-around is to add a file
fix-react-apollo.d.ts
(the name does not matter) which contains one linedeclare module "lodash.flowright";
as described in this comment.The text was updated successfully, but these errors were encountered: